Table of Contents

Class UnlockEventArgs

Namespace
NMF.Models
Assembly
NMF.Models.dll

Denotes the event that an unlock of a model element was requested

public class UnlockEventArgs : EventArgs
Inheritance
UnlockEventArgs
Inherited Members

Constructors

UnlockEventArgs(IModelElement)

Creates a new instance

public UnlockEventArgs(IModelElement element)

Parameters

element IModelElement

The element that was requested to get unlocked

Properties

Element

The model element for which the unlock was requested

public IModelElement Element { get; }

Property Value

IModelElement

MayUnlock

Gets or sets whether the model element may be unlocked

public bool MayUnlock { get; set; }

Property Value

bool