[]
        
(Showing Draft Content)

C1.Win.C1Input.PostValidationEventHandler

PostValidationEventHandler Delegate

Represents the method that handles PostValidating or PostValidated events.

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

The source of the event.

PostValidationEventArgs e

A PostValidationEventArgs object that contains the event data.

Constructors

Name Description
PostValidationEventHandler(object, IntPtr)

Methods

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