[]
Represents the method that will handle PaintDay event.
public delegate void PaintDayEventHandler(object sender, PaintDayEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | Object that fired the event. |
PaintDayEventArgs | e | Object that contains the event data. |
Name | Description |
---|---|
PaintDayEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, PaintDayEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, PaintDayEventArgs) |