EditingChange

constructor(editingOperation: EditingOperation, @IntRange(from = 0) affectedPageIndex: Int, @IntRange(from = 0) pageIndexDestination: Int, @IntRange(from = 0) pageReferenceSourceIndex: Int)

Parameters

editingOperation

Type of editing change operation.

affectedPageIndex

Affected page index.

pageIndexDestination

Page index destination if it was a move change.