[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.PrepareDateTimeFormatEventHandler

PrepareDateTimeFormatEventHandler Delegate

Represents the method that handles the PrepareDateTimeFormat event.

Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public delegate void PrepareDateTimeFormatEventHandler(object sender, PrepareDateTimeFormatEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

PrepareDateTimeFormatEventArgs e

A PrepareDateTimeFormatEventArgs object that contains the event data.

Constructors

Name Description
PrepareDateTimeFormatEventHandler(object, IntPtr)

Methods

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