alexa

    Show / Hide Table of Contents

    Interface INotifyDependencyPropertyChanged

    Notifies clients that a dependency property value is changing.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    Back to top Generated by DocFX