VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfPaletteViewer Class / OnPropertyChanged(DependencyPropertyChangedEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnPropertyChanged(DependencyPropertyChangedEventArgs) Method (WpfPaletteViewer)
    In This Topic
    Occurs when any property of this object is changed.
    Syntax
    'Declaration
    
    Protected Overrides Sub OnPropertyChanged( _
    ByVal e
    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.
    As System.Windows.DependencyPropertyChangedEventArgs _
    )
    protected override void OnPropertyChanged(
    System.Windows.DependencyPropertyChangedEventArgs e
    )
    protected: void OnPropertyChanged(
    System.Windows.DependencyPropertyChangedEventArgs* e
    ); override
    protected:
    void OnPropertyChanged(
    System.Windows.DependencyPropertyChangedEventArgs^ e
    ); override

    Parameters

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

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also