[This is preliminary documentation and is subject to change.]

Provides event arguments for events that supports marking as handled and suppressing of action event may result to.

Namespace:  Tools.ComponentModelT
Assembly:  Tools (in Tools.dll) Version: 1.5.2.0

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public class SuppresHandledEventArgs : EventArgs
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Class SuppresHandledEventArgs _
	Inherits EventArgs
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public ref class SuppresHandledEventArgs : public EventArgs
J#
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Advanced) */
public class SuppresHandledEventArgs extends EventArgs
JScript
public class SuppresHandledEventArgs extends EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Tools.ComponentModelT..::.SuppresHandledEventArgs
      Tools.DevicesT..::.LowLevelKeyEventArgs
      Tools.DevicesT..::.LowLevelMouseEventArgs

See Also