[]
Represents a defined method that handles the PopUp event.
public delegate void PopUpEventHandler(object sender, PopUpEventArgs e)
Public Delegate Sub PopUpEventHandler(sender As Object, e As PopUpEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | Represents a defined method that handles the PopUp event. |
| PopUpEventArgs | e | Represents a defined method that handles the PopUp event. |