Class ContextPopupEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
Event arguments for context popup event.
public class ContextPopupEventArgs : EventArgs
Inheritance
object ← EventArgs ← ContextPopupEventArgs
Constructors
ContextPopupEventArgs(Point)
Creates a new instance.
public ContextPopupEventArgs(Point Location)
Parameters
Location
Point
Properties
Handled
Gets or sets indicator that event is handled.
public bool Handled { get; set; }
Property Value
Location
Gets location.
public Point Location { get; }