 | LogicalNodeViewModelCollapsedEventCommand Eigenschaft |
Dient als erster Bindungsanker zur Attached Property ExpanderBehavior.CollapsedCommandProperty.
Namensraum: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+ee7c41c506aa3699a01882f3f94d3758366d0e67
Syntaxpublic ICommand? CollapsedEventCommand { get; set; }Public Property CollapsedEventCommand As ICommand
Get
Set
public:
property ICommand^ CollapsedEventCommand {
ICommand^ get ();
void set (ICommand^ value);
}member CollapsedEventCommand : ICommand with get, set
Eigenschaftswert
ICommand
Siehe auch