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

The ApplicationCommandEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodApplicationCommandEventArgs
CTor from WM_APPCOMMAND lParam

Properties

  NameDescription
Public propertyCommand
Identifies the application command
Public propertyDevice
Identifies source device of application command
Public propertyHandled
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
(Inherited from HandledEventArgs.)

See Also