Click or drag to resize

BCEdmItemsUIOnChangeWAState Method

Fires OnChangeWAState on the document(s).

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void OnChangeWAState(
	IWin32Window owner,
	BCWorkPackage workPackage,
	BCWorkPackageTransition transition
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
workPackage
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkPackage
The work area.
transition
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkPackageTransition
The state transition that defines a state to change.
See Also