[]
Represents the method that handles the Popup event.
public delegate void PopupEventHandler(object sender, PopupEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | C1SuperTooltipBase object that fired the event. |
PopupEventArgs | e | PopupEventArgs that contains the event data. |
Name | Description |
---|---|
PopupEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, PopupEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, PopupEventArgs) |