Design Pattern Framework 3.5
Command Property
Patterns-In-Action! Application ► WPFViewModel ► CommandModel ► Command
Gets the routed command.
Declaration Syntax
C# | Visual Basic |
public RoutedUICommand Command { get; private set; }
Public Property Command As RoutedUICommand