| Visual Basic (Declaration) | |
|---|---|
Public Event DropDown() As CommandEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event CommandEventHandler DropDown() | |
The event handler receives an argument of type CommandEventArgs containing data related to this event. The following CommandEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Handled | Gets or sets a value determining whether the event has been handled. |