Accusoft.PdfXpressSdk Namespace > Document Class : CancelInsertPages Event |
'Declaration Public Event CancelInsertPages As Document.CancelInsertPagesEventHandler
'Usage Dim instance As Document Dim handler As Document.CancelInsertPagesEventHandler AddHandler instance.CancelInsertPages, handler
public event Document.CancelInsertPagesEventHandler CancelInsertPages
public: __event Document.CancelInsertPagesEventHandler* CancelInsertPages
public: event Document.CancelInsertPagesEventHandler^ CancelInsertPages
The event handler receives an argument of type CancelInsertPagesEventArgs containing data related to this event. The following CancelInsertPagesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets and sets a value indicating that the page insertion operation must be canceled. |