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