Accusoft.PdfXpressSdk Namespace : ExportedAnnotationEventHandler Delegate |
'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 )