[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.ActionEventArgs.-ctor

ActionEventArgs Constructor

ActionEventArgs()

Initializes a new instance of the Viewer.ActionEventArgs class. This default constructor initializes the instance without specifying an action or page number.

Declaration
public ActionEventArgs()

ActionEventArgs(IAction)

Initializes a new instance of the Viewer.ActionEventArgs class with the specified action. This constructor is used when an action is defined without a specific page navigation.

Declaration
public ActionEventArgs(IAction action)
Parameters
Type Name Description
IAction action

The action associated with the event.

ActionEventArgs(IAction, int)

Initializes a new instance of the Viewer.ActionEventArgs class with the specified action and page number. This constructor is used when the action involves navigating to a specific page.

Declaration
public ActionEventArgs(IAction action, int pageNumber)
Parameters
Type Name Description
IAction action

The action associated with the event.

int pageNumber

The page number associated with the event.