AIChatShowChartEventArgsCancel Property

Gets or sets a value that indicates if the AI Chat Show Charts event should be processed.

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 bool Cancel { get; set; }

Property Value

Boolean
True if the AI Chat Show Charts event processing should not proceed.

Return Value

Boolean
True if the AI Chat Show Charts event processing should not proceed.

Remarks

Setting this property to True will only have an effect if set from the event handler.

See Also