IOActionCompletedEventHandler Delegate
Handler of I/O completion events.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public delegate void IOActionCompletedEventHandler(
Worksheet sheet,
bool success
)
Public Delegate Sub IOActionCompletedEventHandler (
sheet As Worksheet,
success As Boolean
)
public delegate void IOActionCompletedEventHandler(
Worksheet^ sheet,
bool success
)
type IOActionCompletedEventHandler =
delegate of
sheet : Worksheet *
success : bool -> unit
Parameters
- sheet Worksheet
- Worksheet the input/output operations are performed for.
- success Boolean
- Indicates whether the operation succeeded.