Intersoft ClientUI Documentation
Command Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > QueryStatusRoutedEventArgs Class : Command Property






Gets the command associated with this event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Command As ICommand
Visual Basic (Usage)Copy Code
Dim instance As QueryStatusRoutedEventArgs
Dim value As ICommand
 
value = instance.Command
C# 
public ICommand Command {get;}
Delphi 
public read-only property Command: ICommand; 
JScript 
public function get Command : ICommand
Managed Extensions for C++ 
public: __property ICommand* get_Command();
C++/CLI 
public:
property ICommand^ Command {
   ICommand^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.