Class SyncfusionEventArgs
This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method.
Inheritance
System.Object
System.EventArgs
SyncfusionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.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 |
Overrides
System.Object.ToString()