[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ContextMenuOpenEventHandler

ContextMenuOpenEventHandler Delegate

Delegate for handling the event when a context menu is about to be opened in the designer.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public delegate void ContextMenuOpenEventHandler(object sender, ContextMenuOpenArgs e)
Parameters
Type Name Description
object sender

The source of the event, typically the designer surface or control that is invoking the context menu.

ContextMenuOpenArgs e

An instance of ContextMenuOpenArgs containing event data such as the source object for the context menu and the type of context menu to be opened.

Constructors

Name Description
ContextMenuOpenEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ContextMenuOpenArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ContextMenuOpenArgs)