[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.ContextMenuShowingEventHandler

ContextMenuShowingEventHandler Delegate

Represents the delegate that handles a ContextMenuShowing event.

Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public delegate void ContextMenuShowingEventHandler(object sender, ContextMenuShowingEventArgs e)
Parameters
Type Name Description
object sender Represents the delegate that handles a ContextMenuShowing event.
ContextMenuShowingEventArgs e Represents the delegate that handles a ContextMenuShowing event.

Constructors

Name Description
ContextMenuShowingEventHandler(object, IntPtr)

Methods

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