Accusoft.PdfXpress6.Net
ExportedAnnotationEventHandler Delegate




A sender System.Object.
An AnnotationEventArgs object.
Delegate for the ExportedAnnotation event.
Syntax
'Declaration
 
Public Delegate Sub ExportedAnnotationEventHandler( _
   ByVal sender As Object, _
   ByVal e As AnnotationEventArgs _
) 
'Usage
 
Dim instance As New ExportedAnnotationEventHandler(AddressOf HandlerMethod)
public delegate void ExportedAnnotationEventHandler( 
   object sender,
   AnnotationEventArgs e
)
public: __gc __delegate void ExportedAnnotationEventHandler( 
   Object* sender,
   AnnotationEventArgs* e
)
public delegate void ExportedAnnotationEventHandler( 
   Object^ sender,
   AnnotationEventArgs^ e
)

Parameters

sender
A sender System.Object.
e
An AnnotationEventArgs object.
See Also

Reference

ExportedAnnotationEventHandler Members
Accusoft.PdfXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback