InputBindingCollection Constructor (IList^)

 

Initializes a new instance of the InputBindingCollection class using the items in the specified IList.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
InputBindingCollection(
	IList^ inputBindings
)

Parameters

inputBindings
Type: System.Collections::IList^

The collection whose items are copied to the new InputBindingCollection.

.NET Framework
Available since 3.0
Return to top
Show: