MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ContextMenuOpenEventHandler Delegate
The source of the event.
ContextMenuOpenArgs class which contains the event data.

In This Topic
ContextMenuOpenEventHandler Delegate
In This Topic
Represents a method that handles the ContextMenuOpen event.
Syntax
'Declaration
 
Public Delegate Sub ContextMenuOpenEventHandler( _
   ByVal sender As Object, _
   ByVal e As ContextMenuOpenArgs _
) 
 

Parameters

sender
The source of the event.
e
ContextMenuOpenArgs class which contains the event data.
See Also