| Visual Basic (Declaration) | |
|---|---|
Public Event DropButtonClick As dbiExplorerBar.EventDropButtonClickHandle | |
| C# | |
|---|---|
public event dbiExplorerBar.EventDropButtonClickHandle DropButtonClick | |
The event handler receives an argument of type DropButtonClickEventArgs containing data related to this event. The following DropButtonClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| MouseEvents | The MouseEventArgs that occur when the DropButton is clicked. |