Partilhar via


CarouselView.CurrentItemChangedCommand Propriedade

Definição

Recebe ou define o comando para executar quando o item atual muda.

public:
 property System::Windows::Input::ICommand ^ CurrentItemChangedCommand { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand CurrentItemChangedCommand { get; set; }
member this.CurrentItemChangedCommand : System.Windows.Input.ICommand with get, set
Public Property CurrentItemChangedCommand As ICommand

Valor de Propriedade

Um ICommand para executar quando o item atual mudar.

Aplica-se a