Поделиться через


ApplicationHost.HandleStateChanged Method

Event handler for when the workItem state (context) has changed.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim sender As Object
Dim e As StateChangedEventArgs

Me.HandleStateChanged(sender, e)

Syntax

'Declaration
Protected Sub HandleStateChanged ( _
    sender As Object, _
    e As StateChangedEventArgs _
)
protected void HandleStateChanged (
    Object sender,
    StateChangedEventArgs e
)
protected:
void HandleStateChanged (
    Object^ sender, 
    StateChangedEventArgs^ e
)
protected void HandleStateChanged (
    Object sender, 
    StateChangedEventArgs e
)
protected function HandleStateChanged (
    sender : Object, 
    e : StateChangedEventArgs
)

Parameters

  • sender
    Specifies the sender.
  • e

Remarks

This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.