ListViewExtensions.SetCommand(ListViewBase, ICommand) Method

Definition

Sets the ICommand associated with the specified Windows.UI.Xaml.Controls.ListViewBase

public static void SetCommand (Windows.UI.Xaml.Controls.ListViewBase obj, System.Windows.Input.ICommand value);
static member SetCommand : Windows.UI.Xaml.Controls.ListViewBase * System.Windows.Input.ICommand -> unit
Public Sub SetCommand (obj As ListViewBase, value As ICommand)

Parameters

obj
Windows.UI.Xaml.Controls.ListViewBase

The Windows.UI.Xaml.Controls.ListViewBase to associate the ICommand with

value
ICommand

The ICommand for binding to the Windows.UI.Xaml.Controls.ListViewBase

Applies to