Fires OnChangeWAState on the document(s).
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public void OnChangeWAState( IWin32Window owner, BCWorkPackage workPackage, BCWorkPackageTransition transition )
Parameters
- owner
- Type:
System.Windows.Forms IWin32Window
Any object that implementsIWin32Window that represents the top-level window that will own the modal dialog box.
- workPackage
- Type: BlueCieloECM.InnoCielo.Meridian.Server BCWorkPackage
The work area.
- transition
- Type: BlueCieloECM.InnoCielo.Meridian.Server BCWorkPackageTransition
The state transition that defines a state to change.
See Also