Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NToggleButtonBase Class / CheckedChanging Event


In This Topic
    CheckedChanging Event (NToggleButtonBase)
    In This Topic
    Occurs when the checked property is about to be changed
    Syntax
    'Declaration
     
    
    Public Event CheckedChanging As Nevron.Nov.Function(Of NValueChangeEventArgs)
    'Usage
     
    
    Dim instance As NToggleButtonBase
    Dim handler As Nevron.Nov.Function(Of NValueChangeEventArgs)
     
    AddHandler instance.CheckedChanging, handler
    public event Nevron.Nov.Function<NValueChangeEventArgs> CheckedChanging
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also