CommandBindingCollection.Remove(CommandBinding) Method

Definition

Removes the first occurrence of the specified CommandBinding from this CommandBindingCollection.

public:
 void Remove(System::Windows::Input::CommandBinding ^ commandBinding);
public void Remove (System.Windows.Input.CommandBinding commandBinding);
member this.Remove : System.Windows.Input.CommandBinding -> unit
Public Sub Remove (commandBinding As CommandBinding)

Parameters

commandBinding
CommandBinding

The binding to remove.

Applies to

See also