SelectableItemsView.SelectionChangedCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the command to execute when the selection changes.
public:
property System::Windows::Input::ICommand ^ SelectionChangedCommand { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand SelectionChangedCommand { get; set; }
member this.SelectionChangedCommand : System.Windows.Input.ICommand with get, set
Public Property SelectionChangedCommand As ICommand
Property Value
An ICommand to execute when selection changes, or null for no command.
Remarks
The command's parameter is set to the SelectionChangedCommandParameter value. The command executes in addition to the SelectionChanged event firing.