[]
Represents arguments for an action event.
public class Viewer.ActionEventArgs : CancelEventArgs
| 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. |
| 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. |