Checkin operation was completed handler
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
Visual Basic (Declaration) |
---|
Public Delegate Sub CheckinCompletedEventHandler ( _
sender As Object, _
e As CheckinCompletedEventArgs _
) |
JScript |
---|
JScript does not support delegates. |
Parameters
- sender
- Type: System..::.Object
Object from which the handler was called.
- e
- Type: Aras.IOME..::.CheckinCompletedEventArgs
Checkin completed event argument. Contains information on how checkin action was completed.
See Also