menu

Interface INotifyDependencyPropertyChanged - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface INotifyDependencyPropertyChanged

    Notifies clients that a dependency property value is changing.

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

    Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs e

    The Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs instance containing the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved