Share via


SelectableItemsView.SelectionChangedCommand Property

Definition

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.

Applies to