ActiveReports 12
ContextMenuOpenEventHandler Delegate

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace : ContextMenuOpenEventHandler Delegate
The source of the event.
ContextMenuOpenArgs class which contains the event data.
Represents a method that handles the ContextMenuOpen event.
Syntax
'Declaration
 
Public Delegate Sub ContextMenuOpenEventHandler( _
   ByVal sender As Object, _
   ByVal e As ContextMenuOpenArgs _
) 
public delegate void ContextMenuOpenEventHandler( 
   object sender,
   ContextMenuOpenArgs e
)

Parameters

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

Reference

ContextMenuOpenEventHandler Members
GrapeCity.ActiveReports.Design Namespace