Table of Contents

Class ConversationEventArgs

Event arguments for conversation-related events.

[Serializable]
public class ConversationEventArgs
Inheritance
ConversationEventArgs
Inherited Members

Properties

Conversation

public Conversation Conversation { get; set; }

Property Value

Conversation

WasCompleted

public bool WasCompleted { get; set; }

Property Value

bool