Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : ErrorAbortEventHandler Delegate |
public delegate void ErrorAbortEventHandler( object sender, ErrorAbortEventArgs e )
'Declaration
Public Delegate Sub ErrorAbortEventHandler( _ ByVal sender As Object, _ ByVal e As ErrorAbortEventArgs _ )
'Usage
Dim instance As New ErrorAbortEventHandler(AddressOf HandlerMethod)
public delegate void ErrorAbortEventHandler( Object^ sender, ErrorAbortEventArgs^ e )