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