UWP

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

    Show / Hide Table of Contents

    Class GridHandledEventArgs

    Provides data for events that can be handled completely in an event handler.

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    GridCellExcelExportingEventArgs
    GridCellPdfExportingEventArgs
    GridExcelExportingEventArgs
    GridContextMenuEventArgs
    GridFilterEventArgs
    GridFilterItemsPopulatingEventArgs
    GridQueryCoveredRangeEventArgs
    GridUnBoundRowEventsArgs
    QueryRowHeightEventArgs
    TreeGridCellExcelExportingEventArgs
    TreeGridCellPdfExportingEventArgs
    TreeGridExcelExportingEventArgs
    TreeGridFilterChangingEventArgs
    TreeGridFilterItemsPopulatingEventArgs
    TreeGridContextMenuEventArgs
    TreeGridQueryCoveredRangeEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridHandledEventArgs : GridEventArgs

    Constructors

    GridHandledEventArgs(Boolean, Object)

    Initializes a new instance of GridHandledEventArgs class.

    Declaration
    public GridHandledEventArgs(bool handled, object originalSource)
    Parameters
    Type Name Description
    System.Boolean handled

    Indicates whether the event handled completely.

    System.Object originalSource

    The original reporting source that raised the event.

    GridHandledEventArgs(Object)

    Initializes a new instance of the GridHandledEventArgs class.

    Declaration
    public GridHandledEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The original reporting source that raised the event.

    Properties

    Handled

    Gets or sets a value that indicates whether the event handler has been handled completely and no further processing should be happened to the event.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the event handled completely; otherwise, false.

    Extension Methods

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