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
GridHandledEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |