[]
Represents the method which responds to a PopupCancel event.
public delegate void PopupCancelEventHandler(object sender, PopupCancelEventArgs e)
Public Delegate Sub PopupCancelEventHandler(sender As Object, e As PopupCancelEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Represents the method which responds to a PopupCancel event. |
PopupCancelEventArgs | e | Represents the method which responds to a PopupCancel event. |