menu

Document Processing

GridRoutedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    GridRoutedEventArgs Class

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

    Inheritance
    System.Object
    System.EventArgs
    GridRoutedEventArgs
    GridCancelRoutedEventArgs
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class GridRoutedEventArgs : EventArgs

    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

    Gets the new routed event of grid.

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

    An instance of GridRoutedEventArgs.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved