System.ComponentModel.HandledEventArgs Class

Provides data for events that can be handled completely in an event handler.

See Also: HandledEventArgs Members

Syntax

public class HandledEventArgs : EventArgs

Remarks

Typically, the value of the HandledEventArgs.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 System.Windows.Forms.DataGridViewCellPaintingEventArgs, System.Windows.Forms.DataGridViewRowPrePaintEventArgs, System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs, and System.Windows.Forms.DataGridViewSortCompareEventArgs classes.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0