AIChatMessageEventArgsCancel Property
Gets or sets a value that indicates if the AI Chat Message event should be processed.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
DEFINE AIChatMessageEventArgsCancel AS LOGICAL NO-UNDO.
DEFINE PRIVATE VARIABLE AIChatMessageEventArgsCancel AS LOGICAL NO-UNDO.
BooleanTrue if the AI Chat Message event processing should not proceed.
BooleanTrue if the AI Chat Message event processing should not proceed.
Setting this property to True will only have an effect if set from the event handler.