Accusoft.PdfXpress6.Net
Document.CancelInsertPagesEventHandler Delegate




A sender System.Object.
A CancelInsertPagesEventArgs object.
Delegate for CancelInsertPages.
Syntax
'Declaration
 
Public Delegate Sub Document.CancelInsertPagesEventHandler( _
   ByVal sender As Object, _
   ByVal e As CancelInsertPagesEventArgs _
) 
'Usage
 
Dim instance As New Document.CancelInsertPagesEventHandler(AddressOf HandlerMethod)
public delegate void Document.CancelInsertPagesEventHandler( 
   object sender,
   CancelInsertPagesEventArgs e
)
public: __gc __delegate void Document.CancelInsertPagesEventHandler( 
   Object* sender,
   CancelInsertPagesEventArgs* e
)
public delegate void Document.CancelInsertPagesEventHandler( 
   Object^ sender,
   CancelInsertPagesEventArgs^ e
)

Parameters

sender
A sender System.Object.
e
A CancelInsertPagesEventArgs object.
See Also

Reference

Document.CancelInsertPagesEventHandler Members
Accusoft.PdfXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback