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