Delegate for handling the notification events.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public delegate void IoWarningEventHandler(
	Object sender,
	IoWarningEventArgs e
)
Visual Basic
Public Delegate Sub IoWarningEventHandler ( _
	sender As Object, _
	e As IoWarningEventArgs _
)

See Also