Class CancelingRoutedEventArgs
Presents class args that for closing action.
Inheritance
System.Object
CancelingRoutedEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class CancelingRoutedEventArgs : RoutedEventArgs
Constructors
CancelingRoutedEventArgs(RoutedEvent)
Initializes a new instance of the CancelingRoutedEventArgs class.
Declaration
public CancelingRoutedEventArgs(RoutedEvent routedEvent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.RoutedEvent | routedEvent | The routed event. |
Properties
Cancel
Gets or sets a value indicating whether this CancelingRoutedEventArgs is cancel.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|