WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SyncfusionEventArgs

    Show / Hide Table of Contents

    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
    SyncfusionHandledEventArgs
    SyncfusionSuccessEventArgs
    CurrrentGraphicCellActivatedEventArgs
    CurrrentGraphicCellDeactivatedEventArgs
    GraphicCellMovedEventArgs
    GraphicCellRemovedEventArgs
    GraphicCellResizedEventArgs
    GridDataCurrentCellChanged
    GridDataCurrentRecordSelectionChangedEventArgs
    GridDataDetailsViewExpandedEventArgs
    GridDataGroupedColumnsChangedEventArgs
    GridDataNewRecordAddedEventArgs
    GridDataSortColumnsChangedEventArgs
    GroupCollapsedEventArgs
    GroupExpandedEventArgs
    ExceptionCatchedEventArgs
    StyleChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved