Click or drag to resize

ExpanderBehaviourSetExpandedCommand Methode

WPF-Setter für das ExpandedCommand.

Namensraum: Vishnu.WPF_UI.Behaviours
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntax
public static void SetExpandedCommand(
	UIElement obj,
	ICommand value
)

Parameter

obj  UIElement
Das besitzende Control.
value  ICommand
Das Command.
Siehe auch