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