[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.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public class SuppresHandledEventArgs : EventArgs
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Class SuppresHandledEventArgs _
	Inherits EventArgs
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public ref class SuppresHandledEventArgs : public EventArgs
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
type SuppresHandledEventArgs =  
    class
        inherit EventArgs
    end
JScript
public class SuppresHandledEventArgs extends EventArgs

Inheritance Hierarchy

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

See Also