[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ActionEventArgs.-ctor

ActionEventArgs Constructor

ActionEventArgs()

Initializes a new instance of the Viewer.ActionEventArgs class.

Declaration
public ActionEventArgs()

ActionEventArgs(IAction)

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

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.

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.