Click or drag to resize
weroSoft AG, Software
ApplyChangesCommandCanExecute Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Check whether an parameter has been modified.

Namespace:  WeroSoft.Triton.Desktop.Controls
Assembly:  WeroSoft.Triton.Control.Library (in WeroSoft.Triton.Control.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public override bool CanExecute(
	Object parameter
)

Parameters

parameter
Type: SystemObject

[Missing <param name="parameter"/> documentation for "M:WeroSoft.Triton.Desktop.Controls.ApplyChangesCommand.CanExecute(System.Object)"]

Return Value

Type: Boolean
True if the changes can be applied, otherwise false.

Implements

ICommandCanExecute(Object)
See Also