Represents the method that will handle IBar
Parameters
Name | Type | Description |
---|---|---|
sender | object | Sender of the event. |
e | Bar |
A Bar |
Remarks
When you create a BarControlEventHandler
delegate, you identify the method that will handle the event.
To associate the event with your event handler, add an instance of the delegate to the event.
The event handler is called whenever the event occurs, unless you remove the delegate.
Constructors
BarControlEventHandler(object, IntPtr)
Methods
BeginInvoke(object, BarControlEventArgs, AsyncCallback, object)
Parameter | Type | Description |
---|---|---|
sender | object | |
e | Bar |
|
callback | Async |
|
object | object |
Returns
EndInvoke(IAsyncResult)
Parameter | Type | Description |
---|---|---|
result | IAsync |
Invoke(object, BarControlEventArgs)
Parameter | Type | Description |
---|---|---|
sender | object | |
e | Bar |