Skip to main content

NotifyingBase Class

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

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

NameDescription
NotifyingBaseNo summary available.

NotifyingBase Constructor

public NotifyingBase()

Events

NameDescription
PropertyChangedOccurs when a property value changes.

PropertyChanged Event

Occurs when a property value changes.

public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged