DynamicDocumentPaginator.OnPaginationCompleted(EventArgs) Method

Definition

Raises the PaginationCompleted event.

protected:
 virtual void OnPaginationCompleted(EventArgs ^ e);
protected virtual void OnPaginationCompleted (EventArgs e);
abstract member OnPaginationCompleted : EventArgs -> unit
override this.OnPaginationCompleted : EventArgs -> unit
Protected Overridable Sub OnPaginationCompleted (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to