MindFusion.Scheduling for Silverlight Programmer's Guide
Command.Execute Method
See Also
 





Carries out an action that changes the ViewModel in some way.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

protected abstract bool Execute ()

Visual Basic  Copy Code

Protected MustOverride Function Execute () As Boolean

 Return Value

true, if the command actually caused any changes; otherwise, false.

 Remarks

Commands, which return false, are never recorded in the command history.

 See Also

Command Members
Command Class
MindFusion.DataViews.Silverlight Namespace