menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRoutedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridRoutedEventArgs

    This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method.

    Inheritance
    System.Object
    GridRoutedEventArgs
    GridCancelRoutedEventArgs
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridRoutedEventArgs : RoutedEventArgs

    Constructors

    GridRoutedEventArgs()

    Initializes a new instance of the GridRoutedEventArgs class.

    Declaration
    public GridRoutedEventArgs()

    GridRoutedEventArgs(Object)

    Initializes a new instance of the GridRoutedEventArgs class.

    Declaration
    public GridRoutedEventArgs(object source)
    Parameters
    Type Name Description
    System.Object source

    Source of the event.

    Properties

    Empty

    Declaration
    public static GridRoutedEventArgs Empty { get; }
    Property Value
    Type
    GridRoutedEventArgs

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved