 | ExpanderBehaviourSetCollapsedCommand Methode |
WPF-Setter für das CollapsedCommand.
Namensraum: Vishnu.WPF_UI.BehavioursAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic static void SetCollapsedCommand(
UIElement obj,
ICommand value
)
Public Shared Sub SetCollapsedCommand (
obj As UIElement,
value As ICommand
)
public:
static void SetCollapsedCommand(
UIElement^ obj,
ICommand^ value
)
static member SetCollapsedCommand :
obj : UIElement *
value : ICommand -> unit
Parameter
- obj UIElement
- Das besitzende Control.
- value ICommand
- Das Command.
Siehe auch