AddCommand.CanExecute Method

Plusprofil Addin

AddCommandCanExecute Method

[Missing <summary> documentation for "M:PlusprofilAddin.ViewModels.Commands.AddCommand.CanExecute(System.Object)"]

Namespace:  PlusprofilAddin.ViewModels.Commands
Assembly:  PlusprofilAddin (in PlusprofilAddin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool CanExecute(
	Object parameter
)

Parameters

parameter
Type: SystemObject

[Missing <param name="parameter"/> documentation for "M:PlusprofilAddin.ViewModels.Commands.AddCommand.CanExecute(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:PlusprofilAddin.ViewModels.Commands.AddCommand.CanExecute(System.Object)"]

Implements

ICommandCanExecute(Object)
See Also