C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / ContextMenuShowingEventHandler Delegate

In This Topic
ContextMenuShowingEventHandler Delegate
In This Topic
Represents the delegate that handles a ContextMenuShowing event.
Syntax
'Declaration
 
Public Delegate Sub ContextMenuShowingEventHandler( _
   ByVal sender As Object, _
   ByVal e As ContextMenuShowingEventArgs _
) 
 

Parameters

sender
e
See Also