ESRI.ArcGIS.Mobile.Client
CanExecute Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > RelayCommand Class : CanExecute Method

parameter
Data used by the command.
Determines whether the command can execute in its current state.

Syntax

Visual Basic (Declaration) 
Public Function CanExecute( _
   ByVal parameter As Object _
) As Boolean
C# 
public bool CanExecute( 
   object parameter
)

Parameters

parameter
Data used by the command.

Return Value

true if the command can be executed; otherwise, false.

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