CheckinManagerCheckinProgressChanged Event |
Checkin operation progress has changed.
Use this event for tracking checkin progress.
Might be useful for progress bars in custom application.
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic event CheckinProgressChangedEventHandler CheckinProgressChanged
Public Event CheckinProgressChanged As CheckinProgressChangedEventHandler
/** @event */
public void add_CheckinProgressChanged (CheckinProgressChangedEventHandler value)
/** @event */
public void remove_CheckinProgressChanged (CheckinProgressChangedEventHandler value)
JScript does not support events.
Value
Type:
Aras.IOMECheckinProgressChangedEventHandler
See Also