AIChatMessageEventArgs Class

The AIChatMessageEventArgs class is passed by the AIChatMessage event of the AnalyticsControl and provides information relating to the message generated by the AI Chat window. These could be used to code your own chat window inside the hosting application. The AIChatMessageEventArgs class can also be used to cancel the AIChatMessage event.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class AIChatMessageEventArgs : EventArgs

Properties

AIChatMessage Gets the AIChatMessage object that this event is related to.
Cancel Gets or sets a value that indicates if the AI Chat Message event should be processed.
Question Gets the AI chat question that this event is related to.
Subject Gets the Subject that this event is related to.

See Also