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

Argument of the ApplicationCommand event

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class ApplicationCommandEventArgs : HandledEventArgs
Visual Basic
Public Class ApplicationCommandEventArgs _
	Inherits HandledEventArgs
Visual C++
public ref class ApplicationCommandEventArgs : public HandledEventArgs
F#
type ApplicationCommandEventArgs =  
    class
        inherit HandledEventArgs
    end
JScript
public class ApplicationCommandEventArgs extends HandledEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..HandledEventArgs
      Tools.WindowsT.FormsT..::..ApplicationCommandEventArgs

See Also