Class UnlockEventArgs
Denotes the event that an unlock of a model element was requested
Inherited Members
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
public class UnlockEventArgs : EventArgs
Constructors
| Edit this page View SourceUnlockEventArgs(IModelElement)
Creates a new instance
Declaration
public UnlockEventArgs(IModelElement element)
Parameters
Type | Name | Description |
---|---|---|
IModelElement | element | The element that was requested to get unlocked |
Properties
| Edit this page View SourceElement
The model element for which the unlock was requested
Declaration
public IModelElement Element { get; }
Property Value
Type | Description |
---|---|
IModelElement |
MayUnlock
Gets or sets whether the model element may be unlocked
Declaration
public bool MayUnlock { get; set; }
Property Value
Type | Description |
---|---|
bool |