Overload | Description |
---|---|
Viewer.ActionEventArgs Constructor() | Initializes a new instance of the Viewer.ActionEventArgs class. This default constructor initializes the instance without specifying an action or page number. |
Viewer.ActionEventArgs Constructor(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. |
Viewer.ActionEventArgs Constructor(IAction,Int32) | 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. |