Click or drag to resize

IsisErrorNotificationEventHandler Delegate

This event handler is used to notify the application when error is appeared.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void IsisErrorNotificationEventHandler(
	Object sender,
	IsisErrorNotificationEventArgs e
)

Parameters

sender
Type: SystemObject
The event sender.
e
Type: Atalasoft.IsisIsisErrorNotificationEventArgs
The information about error.
See Also