Class SyncfusionHandledEventArgs
Inheritance
System.Object
System.EventArgs
SyncfusionHandledEventArgs
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.Windows.Forms.CellGrid.Collections.ComponentModel
Assembly: Syncfusion.Spreadsheet.Windows.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 |