Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.InstanceChanging Event

[This is preliminary documentation and subject to change.]

The event is raised before a policy object is changed.

[Visual Basic]
Public Event InstanceChanging As ChangeEventHandler
[C#]
public event ChangeEventHandler InstanceChanging;

Event Data

The event handler receives an argument of type ChangeEventArgs containing data related to this event. The following ChangeEventArgs property provides information specific to this event.

Property Description
IgnoreNestedChanges Gets or sets a flag indicating whether nested change notifications resulting from the current notification should be ignored by undo managers listening to change notifications on the given instance.

Implements

IChangeEventSource.InstanceChanging

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace