NotifyingBase Class
Definition
Base class providing property change notification support.
public class NotifyingBase
Remarks
This class should be considered internal to the TreeDataGrid package and is not intended for use outside of this package.
Provides helper methods to simplify property change notification implementation.
Constructors
| Name | Description |
|---|---|
| NotifyingBase | No summary available. |
NotifyingBase Constructor
public NotifyingBase()
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |
PropertyChanged Event
Occurs when a property value changes.
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged