Notifiable class
The Notifiable class is an abstract class that provides a mechanism for notifying changes properties to user interface.
public abstract class Notifiable : INotifyPropertyChanged
Public Members
name | description |
---|---|
event PropertyChanged | event handler |
Protected Members
name | description |
---|---|
Notifiable() | The default constructor. |
virtual OnPropertyChanged(…) | OnPropertyChanged to trigger PropertyChangedEventHandler event. |
See Also
- namespace Autodesk.DataExchange.Core