Table of Contents

Class ContextPopupEventArgs

Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll

Event arguments for context popup event.

public class ContextPopupEventArgs : EventArgs

Inheritance

objectEventArgsContextPopupEventArgs

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

bool

Location

Gets location.

public Point Location { get; }

Property Value

Point