DrillDownEventArgsCancel Property

Gets or sets a value that indicates if the DrillDown 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 drill down event processing should not proceed.

Return Value

Boolean
True if the drill down event processing should not proceed.

Remarks

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

See Also