Table of Contents

Class DialogEventArgs

Event arguments for dialog-related events.

[Serializable]
public class DialogEventArgs
Inheritance
DialogEventArgs
Inherited Members

Properties

Conversation

public Conversation Conversation { get; set; }

Property Value

Conversation

Dialog

public DialogObject Dialog { get; set; }

Property Value

DialogObject

DialogIndex

public int DialogIndex { get; set; }

Property Value

int