[]
Initializes a new instance of the Viewer.ActionEventArgs class.
public ActionEventArgs()
Initializes a new instance of the Viewer.ActionEventArgs class with the specified action.
public ActionEventArgs(IAction action)
| Type | Name | Description |
|---|---|---|
| IAction | action | The action associated with the event. |
Initializes a new instance of the Viewer.ActionEventArgs class with the specified action and page number.
public ActionEventArgs(IAction action, int pageNumber)
| Type | Name | Description |
|---|---|---|
| IAction | action | The action associated with the event. |
| int | pageNumber | The page number associated with the event. |