Checkin operation progress has changed.
Use this event for tracking checkin progress.
Might be useful for progress bars in custom application.
Namespace:
Aras.IOMEAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public event CheckinProgressChangedEventHandler CheckinProgressChanged |
Visual Basic (Declaration) |
---|
Public Event CheckinProgressChanged As CheckinProgressChangedEventHandler |
J# |
---|
/** @event */ public void add_CheckinProgressChanged (CheckinProgressChangedEventHandler value) /** @event */ public void remove_CheckinProgressChanged (CheckinProgressChangedEventHandler value) |
JScript |
---|
|