[]
        
(Showing Draft Content)

C1.Win.C1Input.NavigatorEditingEventHandler

NavigatorEditingEventHandler Delegate

Represents the method that handles a Editing event.

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

The source of the event.

NavigatorEditingEventArgs e

A NavigatorEditingEventArgs object that contains the event data.

Constructors

Name Description
NavigatorEditingEventHandler(object, IntPtr)

Methods

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