[]
Represents the method that handles the FormatLabel event.
public delegate void FormatLabelEventHandler(object sender, FormatLabelEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
FormatLabelEventArgs | e | A FormatLabelEventArgs object that contains the event data. |
Name | Description |
---|---|
FormatLabelEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, FormatLabelEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, FormatLabelEventArgs) |