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