AIChatShowChartEventArgsCancel Property
Gets or sets a value that indicates if the AI Chat Show Charts 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 AIChatShowChartEventArgsCancel AS LOGICAL NO-UNDO.
DEFINE PRIVATE VARIABLE AIChatShowChartEventArgsCancel AS LOGICAL NO-UNDO.
BooleanTrue if the AI Chat Show Charts event processing should not proceed.
BooleanTrue if the AI Chat Show Charts event processing should not proceed.
Setting this property to True will only have an effect if set from the event handler.