Compartir a través de


ApplicationHost.HandleStateChanged(Object, StateChangedEventArgs) Method

Definition

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.

Applies to