Class SyncfusionCancelRoutedEventArgs
Inheritance
System.Object
SyncfusionCancelRoutedEventArgs
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class SyncfusionCancelRoutedEventArgs : RoutedEventArgs
Constructors
SyncfusionCancelRoutedEventArgs()
Declaration
public SyncfusionCancelRoutedEventArgs()
SyncfusionCancelRoutedEventArgs(RoutedEvent, Object)
Declaration
public SyncfusionCancelRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEvent | routedEvent | |
System.Object | source |
Properties
Cancel
Declaration
[TraceProperty(true)]
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
ToString()
This method will loop through all properties in a derived class and append the string representation of the property if the TracePropertyAttribute has been set.
Declaration
public override string ToString()
Returns
Type |
---|
System.String |