[]
Defines method signature to handle the Floating event.
public delegate void FloatingEventHandler(object sender, FloatingEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | Defines method signature to handle the event. |
FloatingEventArgs | e | Defines method signature to handle the event. |
Name | Description |
---|---|
FloatingEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, FloatingEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, FloatingEventArgs) |