 | ExpanderBehaviourGetCollapsedCommand Methode |
WPF-Getter für das CollapsedCommand.
Namensraum: Vishnu.WPF_UI.BehavioursAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic static ICommand GetCollapsedCommand(
UIElement obj
)
Public Shared Function GetCollapsedCommand (
obj As UIElement
) As ICommand
public:
static ICommand^ GetCollapsedCommand(
UIElement^ obj
)
static member GetCollapsedCommand :
obj : UIElement -> ICommand
Parameter
- obj UIElement
- Das besitzende Control.
Rückgabewert
ICommandDas Command.
Siehe auch