menu

UWP

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

    Show / Hide Table of Contents

    Class SyncfusionHandledEventArgs

    Inheritance
    System.Object
    SyncfusionHandledEventArgs
    Namespace: Syncfusion.UI.Xaml.Collections.ComponentModel
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class SyncfusionHandledEventArgs : EventArgs

    Constructors

    SyncfusionHandledEventArgs()

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

    Declaration
    public SyncfusionHandledEventArgs()

    SyncfusionHandledEventArgs(Boolean)

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

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

    Properties

    Handled

    Indicates whether the event has been handled and no further processing of the event should happen.

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

    Extension Methods

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