IOActionCompletedEventHandler Delegate

Handler of I/O completion events.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public delegate void IOActionCompletedEventHandler(
	Worksheet sheet,
	bool success
)

Parameters

sheet  Worksheet
Worksheet the input/output operations are performed for.
success  Boolean
Indicates whether the operation succeeded.

See Also