[]
        
(Showing Draft Content)

C1.Win.C1Input.NavigatorButtonClickEventHandler

NavigatorButtonClickEventHandler Delegate

Represents the method that handles a ButtonClick event.

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

The source of the event.

NavigatorButtonClickEventArgs e

A NavigatorButtonClickEventArgs object that contains the event data.

Constructors

Name Description
NavigatorButtonClickEventHandler(object, IntPtr)

Methods

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