[]
        
(Showing Draft Content)

C1.Win.InputPanel.PrepareNumberFormatEventHandler

PrepareNumberFormatEventHandler Delegate

Represents the method that handles the PrepareNumberFormat event.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public delegate void PrepareNumberFormatEventHandler(object sender, PrepareNumberFormatEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

PrepareNumberFormatEventArgs e

A PrepareNumberFormatEventArgs object that contains the event data.

Constructors

Name Description
PrepareNumberFormatEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, PrepareNumberFormatEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, PrepareNumberFormatEventArgs)