[]
Specifies custom drawing event
public delegate void CustomDrawEventHandler(object sender, CustomDrawEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | Specifies custom drawing event |
CustomDrawEventArgs | e | Specifies custom drawing event |
Name | Description |
---|---|
CustomDrawEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, CustomDrawEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, CustomDrawEventArgs) |