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