[]
        
(Showing Draft Content)

C1.Win.C1Input.NavigatorBeforeActionEventHandler

NavigatorBeforeActionEventHandler Delegate

Represents the method that handles a BeforeAction event.

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

The source of the event.

NavigatorBeforeActionEventArgs e

A NavigatorBeforeActionEventArgs object that contains the event data.

Constructors

Name Description
NavigatorBeforeActionEventHandler(object, IntPtr)

Methods

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