Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSplitButton Class / OnOtherButtonClicked Method


In This Topic
    OnOtherButtonClicked Method (NSplitButton)
    In This Topic
    Called when a button different from the drop down button that is contained inside the edit has been clicked. This implementation handles the click, if it originates from the ActionButton and stops it propagation. It then raises the click event of the split button itself.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnOtherButtonClicked( _
       ByVal args As NEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NSplitButton
    Dim args As NEventArgs
     
    instance.OnOtherButtonClicked(args)
    protected override void OnOtherButtonClicked( 
       NEventArgs args
    )

    Parameters

    args
    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