InstantMessagingTurnStartingEventArgs Class

Passed to the delegate subscribed to an instant message activity's TurnStarting event.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public NotInheritable Class InstantMessagingTurnStartingEventArgs _
    Inherits EventArgs
public sealed class InstantMessagingTurnStartingEventArgs : EventArgs
public ref class InstantMessagingTurnStartingEventArgs sealed : public EventArgs
Microsoft.Rtc.Workflow.Activities.InstantMessagingTurnStartingEventArgs = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.InstantMessagingTurnStartingEventArgs',
    EventArgs);

Inheritance Hierarchy

Object
  EventArgs
    Microsoft.Rtc.Workflow.Activities..::.InstantMessagingTurnStartingEventArgs

See Also

InstantMessagingTurnStartingEventArgs Members

Microsoft.Rtc.Workflow.Activities Namespace