Class SyncfusionRoutedEventArgs
This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method.
Inheritance
System.Object
SyncfusionRoutedEventArgs
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class SyncfusionRoutedEventArgs : RoutedEventArgs
Constructors
SyncfusionRoutedEventArgs()
Declaration
public SyncfusionRoutedEventArgs()
SyncfusionRoutedEventArgs(RoutedEvent, Object)
Declaration
public SyncfusionRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.RoutedEvent | routedEvent | |
| System.Object | source |
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 |