[]
Occurs when the drop-down editor is clicked.
[Browsable(true)]
public event EventHandler Click
<Browsable(True)>
Public Event Click As EventHandler
Type | Description |
---|---|
EventHandler | Occurs when the drop-down editor is clicked. |
The Click event passes an EventArgs to its event handler, so it only indicates that a click has occurred.