HandledEventArgs Class
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Provides data for events that can be handled completely in an event handler.
Assembly: System (in System.dll)
System::EventArgs
System.ComponentModel::HandledEventArgs
System.Windows.Forms::DataGridViewCellPaintingEventArgs
System.Windows.Forms::DataGridViewRowHeightInfoPushedEventArgs
System.Windows.Forms::DataGridViewRowPrePaintEventArgs
System.Windows.Forms::DataGridViewSortCompareEventArgs
System.Windows::HwndDpiChangedEventArgs
Name | Description | |
---|---|---|
![]() | HandledEventArgs() | Initializes a new instance of the HandledEventArgs class with a default Handled property value of false. |
![]() | HandledEventArgs(Boolean) | Initializes a new instance of the HandledEventArgs class with the specified default value for the Handled property. |
Name | Description | |
---|---|---|
![]() | Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. |
Name | Description | |
---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Typically, the value of the Handled property is set in an event handler to indicate that the system should perform no further processing.
This class is a base class for types such as the DataGridViewCellPaintingEventArgs, DataGridViewRowPrePaintEventArgs, DataGridViewRowHeightInfoPushedEventArgs, and DataGridViewSortCompareEventArgs classes.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.