.NET Framework Class Library

RelayCommand.CanExecute Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > RelayCommand Class > RelayCommand Methods >

.NET Framework Class Library

RelayCommand.CanExecute Method

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Function CanExecute ( _
 parameter As Object _
As Boolean

C#

public bool CanExecute(
 Object parameter
)

Visual C++

public:
virtual bool CanExecute(
 Objectparameter
sealed

Parameters

parameter

Type: System.Object

Implements

ICommand.CanExecute(Object)

See Also

RelayCommand Class

RelayCommand Members

Gnostice.Controls.WPF Namespace