[]
Represents the method that will handle a DrawTab event.
public delegate void DrawTabEventHandler(object sender, DrawTabEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
DrawTabEventArgs | e | A DrawTabEventArgs object that contains the event data. |
Name | Description |
---|---|
DrawTabEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, DrawTabEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DrawTabEventArgs) |