New to Telerik UI for WinFormsStart a free 30-day trial

Event args that can be canceled.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class CancelingEventArgs : EventArgs

Inheritance: objectEventArgsCancelingEventArgs

Derived Classes: PositionChangedRoutedEventArgsCancelingManipulationEventArgsManipulationEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the CancelingEventArgs class.

C#
public CancelingEventArgs()

Properties

Gets or sets a value indicating whether this CancelingGenericEventArgs<T> is cancel.

C#
public bool Cancel { get; set; }
Property Value:

true if cancel; otherwise, false.