 | ExpanderBehaviourSetExpandedCommand method |
WPF setter for the ExpandedCommand.
Namespace: Vishnu.WPF_UI.BehavioursAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static void SetExpandedCommand(
UIElement obj,
ICommand value
)
Public Shared Sub SetExpandedCommand (
obj As UIElement,
value As ICommand
)
public:
static void SetExpandedCommand(
UIElement^ obj,
ICommand^ value
)
static member SetExpandedCommand :
obj : UIElement *
value : ICommand -> unit Parameters
- obj UIElement
- The owning control.
- value ICommand
- The Command.
See also