Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.OnInstanceChanged Method 

[This is preliminary documentation and subject to change.]

Raises the InstanceChanged event.

[Visual Basic]
Overridable Protected Sub OnInstanceChanged( _
   ByVal sender As Object, _
   ByVal e As ChangeEventArgs _
)
[C#]
protected virtual void OnInstanceChanged(
   object sender,
   ChangeEventArgs e
);

Parameters

sender
The event originator.
e
An instance of the ChangeEventArgs-derived class containing the event data.

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace