'Declaration Public Function New( _ ByVal action As IAction, _ ByVal pageNumber As Integer _ )
public Viewer.ActionEventArgs( IAction action, int pageNumber )
Parameters
- action
- Action that should be performed in response to this event.
- pageNumber
- The page number in current layout tree that should be navigated to.