ErrorAbortEventHandler Delegate (original) (raw)
Summary
Represents the method that will handle an event that has received ErrorAbortEventArgs data.
Syntax
Parameters
sender
The source of the event.
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.
Leadtools.Multimedia Assembly