ActiveReports 9
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 System.Object, _
   ByVal e As ContextMenuOpenArgs _
) 
public delegate void ContextMenuOpenEventHandler( 
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum