Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NOptionButton Class / ArrowClick Event


In This Topic
    ArrowClick Event (NOptionButton)
    In This Topic
    Occurs when the user clicks the ArrowRect of the NOptionButton.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Occurs when the user clicks the ArrowRect of the NOptionButton.")>
    Public Event ArrowClick As System.EventHandler
    'Usage
     
    
    Dim instance As NOptionButton
    Dim handler As System.EventHandler
     
    AddHandler instance.ArrowClick, handler
    [System.ComponentModel.Description("Occurs when the user clicks the ArrowRect of the NOptionButton.")]
    public event System.EventHandler ArrowClick
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also