ApplicationHost.HandleStateChanged(Object, StateChangedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event handler for when the workItem state (context) has changed.
protected:
void HandleStateChanged(System::Object ^ sender, Microsoft::Practices::CompositeUI::StateChangedEventArgs ^ e);
protected void HandleStateChanged (object sender, Microsoft.Practices.CompositeUI.StateChangedEventArgs e);
member this.HandleStateChanged : obj * Microsoft.Practices.CompositeUI.StateChangedEventArgs -> unit
Protected Sub HandleStateChanged (sender As Object, e As StateChangedEventArgs)
Parameters
- sender
- Object
Specifies the sender.
Remarks
This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration.