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