FlowDocumentPageViewer.OnGoToPageCommand(Int32) Method

Definition

Handles the GoToPage routed command.

protected:
 override void OnGoToPageCommand(int pageNumber);
protected override void OnGoToPageCommand (int pageNumber);
override this.OnGoToPageCommand : int -> unit
Protected Overrides Sub OnGoToPageCommand (pageNumber As Integer)

Parameters

pageNumber
Int32

The page number to go to.

Remarks

This method is called when the GoToPage command is called.

This method overrides OnGoToPageCommand.

Applies to