WinForms

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

    Show / Hide Table of Contents

    Class SyncfusionHandledEventArgs

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

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    DrawCustomHeaderStyleArgs
    GridDrawButtonFaceEventArgs
    QueryExportCellRangeEventArgs
    QueryRecordMeetsFilterCriteriaEventArgs
    QueryExportCellRangeEventArgs
    StyleInfoPropertyConvertEventArgs
    StyleInfoPropertyReadXmlEventArgs
    StyleInfoPropertyWriteXmlEventArgs
    ClipboardCopyToBufferEventArgs
    GridCellHandledEventArgs
    GridCellTextEventArgs
    GridClearingCellsEventArgs
    GridCurrentCellControlKeyMessageEventArgs
    GridCutPasteEventArgs
    GridFilterBarShowDialogEventArgs
    GridOleDropAtRowColEventArgs
    GridQueryCanMergeCellsEventArgs
    GridQueryNextCurrentCellPositionEventArgs
    GridQueryOleDataSourceDataEventArgs
    GridQueryScrollCellInViewEventArgs
    GridRowColCountEventArgs
    GridRowColHideEventArgs
    GridRowColSizeEventArgs
    GridRowColSizeTotalEventArgs
    GridValidateFailedEventArgs
    GridQueryAllowDragColumnEventArgs
    GridQueryCustomSummaryEventArgs
    GridTableCellStyleInfoEventArgs
    PivotChart.ChartPopulatedEventArgs
    ParseDisplayItemEventArgs
    DateCellQueryInfoEventArgs
    QueryCellValueInfoEventArgs
    QueryChildItemsInfoEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class SyncfusionHandledEventArgs : SyncfusionEventArgs

    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
    [TraceProperty(true)]
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved