WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridHandledEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridHandledEventArgs

    Provides data for a event that can be handled by a subscriber and overrides the event's default behavior.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridQueryCoveredRangeEventArgs
    GridCutPasteEventArgs
    GridCommitCellInfoEventArgs
    GridQueryBaseStylesEventArgs
    GridQueryCellInfoEventArgs
    StyleInfoPropertyConvertEventArgs
    StyleInfoPropertyReadXmlEventArgs
    StyleInfoPropertyWriteXmlEventArgs
    SpreadsheetQueryRangeEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class GridHandledEventArgs : GridEventArgs

    Constructors

    GridHandledEventArgs()

    Overloaded. Initializes a new instance of the GridHandledEventArgs class with the Handled property set to False.

    Declaration
    public GridHandledEventArgs()

    GridHandledEventArgs(Boolean)

    Initializes a new instance of the GridHandledEventArgs class with the Handled property set to the given value.

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

    Properties

    Handled

    Gets or sets whether the event should be handled or not.

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

    True or False.

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