UWP

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

    Show / Hide Table of Contents

    Class GridEventArgs

    Provides data for SfDataGrid events.

    Inheritance
    System.Object
    GridEventArgs
    AddNewRowInitiatingEventArgs
    AutoScrollerValueChangedEventArgs
    CellDoubleTappedEventArgs
    CellTappedEventArgs
    CellToolTipOpeningEventArgs
    GridPdfExportingEventArgs
    PdfHeaderFooterEventArgs
    CurrentCellActivatedEventArgs
    CurrentCellDropDownSelectionChangedEventArgs
    CurrentCellEndEditEventArgs
    CurrentCellRequestNavigateEventArgs
    CurrentCellValidatedEventArgsBase
    CurrentCellValidatingEventArgsBase
    CurrentCellValueChangedEventArgs
    DataGridPrintTaskRequestedEventArgs
    DetailsViewLoadingAndUnloadingEventArgs
    GridDetailsViewCollapsedEventArgs
    GridDetailsViewExpandedEventArgs
    GridFilterItemsPopulatedEventArgs
    GridHandledEventArgs
    GridItemsSourceChangedEventArgs
    GridSelectionChangedEventArgs
    GridSortColumnsChangedEventArgs
    GridUnboundColumnEventsArgs
    GroupChangedEventArgs
    QueryDetailsViewExpanderStateEventArgs
    RecordDeletedEventArgs
    RowValidatedEventArgs
    RowValidatingEventArgs
    TreeGridPdfHeaderFooterEventArgs
    TreeGridFilterChangedEventArgs
    TreeGridFilterItemsPopulatedEventArgs
    TreeGridItemsSourceChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridEventArgs : EventArgs

    Constructors

    GridEventArgs(Object)

    Initializes a new instance of GridEventArgs class.

    Declaration
    protected GridEventArgs(object originalSender)
    Parameters
    Type Name Description
    System.Object originalSender

    The original reporting sender that raised the event.

    Properties

    OriginalSender

    Gets the original reporting source that raised the event.

    Declaration
    public object OriginalSender { get; }
    Property Value
    Type Description
    System.Object

    Extension Methods

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