Interface INotifyDependencyPropertyChanged
Notifies clients that a dependency property value is changing.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public interface INotifyDependencyPropertyChanged
Methods
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. |
Windows.UI.Xaml.DependencyPropertyChangedEventArgs | e | The Windows.UI.Xaml.DependencyPropertyChangedEventArgs instance containing the event data. |