pmMDA.NET

PropertyChangingEventArgs.Cancel Property

[This is preliminary documentation and subject to change.]

Gets or sets whether the change of the property value sould be aborted.

public bool Cancel {get; set;}

Remarks

Don't set the Cancel property to false if its is allready true.

Exceptions

Exception Type Condition
NotSupportedException If Cancel is allready true and the new value is false.

See Also

PropertyChangingEventArgs Class | PmMda.Net.Dog Namespace