Accusoft.PdfXpressSdk Namespace : ContinueEventHandler Delegate |
'Declaration Public Delegate Sub ContinueEventHandler( _ ByVal sender As Object, _ ByVal e As ContinueEventArgs _ )
'Usage Dim instance As New ContinueEventHandler(AddressOf HandlerMethod)
public delegate void ContinueEventHandler( object sender, ContinueEventArgs e )
public: __gc __delegate void ContinueEventHandler( Object* sender, ContinueEventArgs* e )
public delegate void ContinueEventHandler( Object^ sender, ContinueEventArgs^ e )