VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.UIElements Namespace / ToolBarButton Class / OnIsCheckedChanged(RoutedPropertyChangedEventArgs<Boolean>) Method
Syntax Requirements SeeAlso
In This Topic
    OnIsCheckedChanged(RoutedPropertyChangedEventArgs<Boolean>) Method (ToolBarButton)
    In This Topic
    Raises the ValueChanged event.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnIsCheckedChanged( _
    ByVal args
    Arguments associated with the ValueChanged event.
    As System.Windows.RoutedPropertyChangedEventArgs(Of Boolean) _
    )
    protected virtual void OnIsCheckedChanged(
    System.Windows.RoutedPropertyChangedEventArgs<bool> args
    )
    protected: virtual void OnIsCheckedChanged(
    System.Windows.RoutedPropertyChangedEventArgs<bool*>* args
    )
    protected:
    virtual void OnIsCheckedChanged(
    System.Windows.RoutedPropertyChangedEventArgs<bool^>^ args
    )

    Parameters

    args
    Arguments associated with the ValueChanged event.
    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