Class UnlockEventArgs
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
IModelElementThe element that was requested to get unlocked
Properties
Element
The model element for which the unlock was requested
public IModelElement Element { get; }
Property Value
MayUnlock
Gets or sets whether the model element may be unlocked
public bool MayUnlock { get; set; }