Class ContextPopupEventArgs
Inheritance
System.Object
System.EventArgs
ContextPopupEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class ContextPopupEventArgs : EventArgs
Constructors
ContextPopupEventArgs(Point)
Declaration
public ContextPopupEventArgs(Point Location)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Point | Location |
Fields
Handled
Declaration
public bool Handled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Properties
Location
Declaration
public Point Location { get; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Point |