BCEdmItemsUIOnChangeWAState Method |
Fires OnChangeWAState on the document(s).
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void OnChangeWAState(
IWin32Window owner,
BCWorkPackage workPackage,
BCWorkPackageTransition transition
)
Public Sub OnChangeWAState (
owner As IWin32Window,
workPackage As BCWorkPackage,
transition As BCWorkPackageTransition
)
public:
void OnChangeWAState(
IWin32Window^ owner,
BCWorkPackage^ workPackage,
BCWorkPackageTransition^ transition
)
member OnChangeWAState :
owner : IWin32Window *
workPackage : BCWorkPackage *
transition : BCWorkPackageTransition -> unit
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