Class SyncfusionEventArgs
This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method.
Inheritance
System.Object
SyncfusionEventArgs
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class SyncfusionEventArgs : EventArgs
Constructors
SyncfusionEventArgs()
Declaration
public SyncfusionEventArgs()
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 |