Provides data for events that can be handled completely in an event handler.
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True)> _ Public Class HandledEventArgs _ Inherits EventArgs
Dim instance As HandledEventArgs
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)] public class HandledEventArgs : EventArgs
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)] public ref class HandledEventArgs : public EventArgs
public class HandledEventArgs extends EventArgs
The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: SharedState. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes.
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98