[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs

Viewer.ActionEventArgs Class

Represents arguments for an action event.

Inheritance
Viewer.ActionEventArgs
Namespace: GrapeCity.ActiveReports.Viewer.Wpf
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public class Viewer.ActionEventArgs : CancelEventArgs

Constructors

Name Description
ActionEventArgs()

Initializes a new instance of the Viewer.ActionEventArgs class.

ActionEventArgs(IAction)

Initializes a new instance of the Viewer.ActionEventArgs class with the specified action.

ActionEventArgs(IAction, int)

Initializes a new instance of the Viewer.ActionEventArgs class with the specified action and page number.

Properties

Name Description
Action

Gets a value indicating the properties of a user action.

PageNumber

Gets a value indicating the number of a page where the user action occurred.