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


In This Topic
    OnOtherButtonClicked Method (NDropDownEdit)
    In This Topic
    Called when a button different from the drop down button that is contained inside the edit has been clicked. It is up to derived classes to determine whether the click should be handled or not.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOtherButtonClicked( _
       ByVal args As NEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NDropDownEdit
    Dim args As NEventArgs
     
    instance.OnOtherButtonClicked(args)
    protected virtual 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