Interface INotifyDependencyPropertyChanged
Notifies clients that a dependency property value is changing.
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public interface INotifyDependencyPropertyChangedMethods
OnDependencyPropertyChanged(String, DependencyPropertyChangedEventArgs)
Occurs when a dependency property changed.
Declaration
void OnDependencyPropertyChanged(string propertyName, DependencyPropertyChangedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | propertyName | The specified dependency property. | 
| Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs | e | The Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs instance containing the event data. |