[]
        
(Showing Draft Content)

C1.Win.C1Input.PreValidationEventHandler

PreValidationEventHandler Delegate

Represents the method that handles PreValidating or PreValidated events.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public delegate void PreValidationEventHandler(object sender, PreValidationEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

PreValidationEventArgs e

A PreValidationEventArgs object that contains the event data.

Constructors

Name Description
PreValidationEventHandler(object, IntPtr)

Methods

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