ComponentOne InputPanel for WinForms
ContextMenuShowingEventHandler Delegate

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : ContextMenuShowingEventHandler Delegate
Represents the delegate that handles a ContextMenuShowing event.
Syntax
'Declaration
 
Public Delegate Sub ContextMenuShowingEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ContextMenuShowingEventArgs _
) 
public delegate void ContextMenuShowingEventHandler( 
   System.object sender,
   ContextMenuShowingEventArgs e
)

Parameters

sender
e
See Also

Reference

ContextMenuShowingEventHandler Members
C1.Win.C1InputPanel Namespace