Constable Authorization Engine 2.0 BETA

ObjectBase.OnPropertyChanged Method 

[This is preliminary documentation and subject to change.]

Called after a property of the object has been changed.

[Visual Basic]
Protected Sub OnPropertyChanged()
[C#]
protected void OnPropertyChanged();

Remarks

The method dispatches the 'changed' event corresponding to the previous call to the OnPropertyChanging method.

See Also

ObjectBase Class | LaMarvin.Constable.Model Namespace