Click or drag to resize

CheckinCompletedEventHandler Delegate

Checkin operation was completed handler

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public delegate void CheckinCompletedEventHandler(
	Object sender,
	CheckinCompletedEventArgs e
)

Parameters

sender
Type: SystemObject
Object from which the handler was called.
e
Type: Aras.IOMECheckinCompletedEventArgs
Checkin completed event argument. Contains information on how checkin action was completed.
See Also