Intersoft ClientUI Documentation
Execute Method
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > RoutedCommand Class : Execute Method






parameter
A user defined data type.
target
The command target.
Executes the RoutedCommand on the current command target.

Syntax

Visual Basic (Declaration) 
Public Sub Execute( _
   ByVal parameter As Object, _
   ByVal target As UIElement _
) 
Visual Basic (Usage)Copy Code
Dim instance As RoutedCommand
Dim parameter As Object
Dim target As UIElement
 
instance.Execute(parameter, target)
C# 
public void Execute( 
   object parameter,
   UIElement target
)
Delphi 
public procedure Execute( 
    parameter: TObject;
    target: UIElement
); 
JScript 
public function Execute( 
   parameter : Object,
   target : UIElement
);
Managed Extensions for C++ 
public: void Execute( 
   Object* parameter,
   UIElement* target
) 
C++/CLI 
public:
void Execute( 
   Object^ parameter,
   UIElement^ target
) 

Parameters

parameter
A user defined data type.
target
The command target.

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.