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
System.Object
System.EventArgs
Microsoft.Rtc.Workflow.Activities.InstantMessagingTurnStartingEventArgs