| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub CloseButtonClickEventHandler( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- sender
- A CustomDrawEventArgs that contains the event data.
- e
- The source of the event.