ErrorAbortEventHandler Delegate

Summary
Represents the method that will handle an event that has received ErrorAbortEventArgs data.
Syntax
C#
VB
C++
public delegate void ErrorAbortEventHandler( 
   object sender, 
   ErrorAbortEventArgs e 
) 
Public Delegate Sub ErrorAbortEventHandler( _ 
   ByVal sender As Object, _ 
   ByVal e As ErrorAbortEventArgs _ 
)  
public delegate void ErrorAbortEventHandler(  
   Object^ sender, 
   ErrorAbortEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
An ErrorAbortEventArgs object that contains the event data.

Remarks

Represents the method that will handle an event that has received ErrorAbortEventArgs data. When the ErrorAbort event is raised in a toolkit object, any subscribed event handlers in your code will be called. See the Microsoft documentation on .NET Events and Delegates for more information about .NET delegates and events.

Requirements

Target Platforms

See Also

Reference

ErrorAbortEventHandler Members

Leadtools.Multimedia Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.