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






parameter
target

Syntax

Visual Basic (Declaration) 
Public Shadows Function CanExecute( _
   ByVal parameter As Object, _
   ByVal target As UIElement _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As HybridRoutedCommand
Dim parameter As Object
Dim target As UIElement
Dim value As Boolean
 
value = instance.CanExecute(parameter, target)
C# 
public new bool CanExecute( 
   object parameter,
   UIElement target
)
Delphi 
public function CanExecute( 
    parameter: TObject;
    target: UIElement
): Boolean; 
JScript 
public hide function CanExecute( 
   parameter : Object,
   target : UIElement
) : boolean;
Managed Extensions for C++ 
public: new bool CanExecute( 
   Object* parameter,
   UIElement* target
) 
C++/CLI 
public:
new bool CanExecute( 
   Object^ parameter,
   UIElement^ target
) 

Parameters

parameter
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.