Class SyncfusionHandledEventArgs
Provides data for a event that can be handled by a subscriber and overrides the event's default behavior.
Inheritance
System.Object
SyncfusionHandledEventArgs
Inherited Members
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.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 |
---|
System.Boolean |