Defines the command that changes the Style property with the specified Style or a style referenced by the specified ResourceDictionary key.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand ChangeStyleCommand
Visual Basic (Declaration)
Public Shared ReadOnly ChangeStyleCommand As RoutedCommand

Remarks

This command is executed by the C1Scheduler and is implemented by the ChangeStyle(Object) method.

Command parameter: Style or a ResourceDictionary key representing a Style.

See Also