Show / Hide Table of Contents

Class UnlockEventArgs

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

Inheritance
object
EventArgs
UnlockEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
public class UnlockEventArgs : EventArgs

Constructors

| Edit this page View Source

UnlockEventArgs(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 Source

Element

The model element for which the unlock was requested

Declaration
public IModelElement Element { get; }
Property Value
Type Description
IModelElement
| Edit this page View Source

MayUnlock

Gets or sets whether the model element may be unlocked

Declaration
public bool MayUnlock { get; set; }
Property Value
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX