'Declaration Public Event Action As EventHandler(Of Viewer.ActionEventArgs)
public event EventHandler<Viewer.ActionEventArgs> Action
Event Data
The event handler receives an argument of type Viewer.ActionEventArgs containing data related to this event. The following Viewer.ActionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Specifies the action that should be performed in response to this event. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) (Inherited from System.ComponentModel.CancelEventArgs) |
PageNumber | Specifies the page number in current layout tree that should be navigated to. |
See Also