'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