Class DialogEventArgs
- Namespace
- WitShells.DialogsManager
Event arguments for dialog-related events.
[Serializable]
public class DialogEventArgs
- Inheritance
-
DialogEventArgs
- Inherited Members
Properties
Conversation
public Conversation Conversation { get; set; }
Property Value
Dialog
public DialogObject Dialog { get; set; }
Property Value
DialogIndex
public int DialogIndex { get; set; }