DynamicDocumentPaginator.OnPaginationProgress メソッド

定義

PaginationProgress イベントを発生させます。

protected:
 virtual void OnPaginationProgress(System::Windows::Documents::PaginationProgressEventArgs ^ e);
protected virtual void OnPaginationProgress (System.Windows.Documents.PaginationProgressEventArgs e);
abstract member OnPaginationProgress : System.Windows.Documents.PaginationProgressEventArgs -> unit
override this.OnPaginationProgress : System.Windows.Documents.PaginationProgressEventArgs -> unit
Protected Overridable Sub OnPaginationProgress (e As PaginationProgressEventArgs)

パラメーター

e
PaginationProgressEventArgs

イベント データを格納している PaginationProgressEventArgs

適用対象