Carries out an action that changes the ViewModel in some way.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
C#
![]() |
---|
protected abstract bool Execute () |
Visual Basic
![]() |
---|
Protected MustOverride Function Execute () As Boolean |
true, if the command actually caused any changes; otherwise, false.
Commands, which return false, are never recorded in the command history.
MindFusion.Scheduling for WPF Programmer's Guide | © 2025 MindFusion |