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