WPF

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

    Show / Hide Table of Contents

    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
    AdvanceFilteringOkButtonClickEventArgs
    CellRequestNavigateEventArgs
    GridCellButtonClickEventArgs
    GridCellClickEventArgs
    GridCellComboValueChangedEventArgs
    GridCellCursorEventArgs
    GridCellEventArgs
    GridCellMouseControllerEventArgs
    GridCellMouseEventArgs
    GridCellRenderEventArgs
    GridCurrentCellActivateFailedEventArgs
    GridCurrentCellMovedEventArgs
    GridDataOnDemandPageLoadingEventArgs
    GridDataRecordSelectionChangingEventArgs
    GridDataRecordsSelectionChangedEventArgs
    GridDataRowValidatingEventArgs
    GridDataRowValueCommittingCancelledEventArgs
    GridModelEventArgs
    GridPrepareRenderCellEventArgs
    GridQueryDragColumnHeaderEventArgs
    GridQueryNextCurrentCellPositionEventArgs
    GridRangeInsertedEventArgs
    GridRangeMovedEventArgs
    GridRangeRemovedEventArgs
    GridResizingColumnsEventArgs
    GridResizingRowsEventArgs
    GridSelectionChangedEventArgs
    GridWrapCellNextControlInFormEventArgs
    OkButtonClikEventArgs
    OnFilterElementPropertyChangedEventArgs
    PopupOpenedEventArgs
    SelectAllCheckBoxCheckedEventArgs
    SelectAllCheckBoxUnCheckedEventArgs
    SortMenuItemClickEventArgs
    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved