SharedInputBindings Class

Shared input bindings class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class SharedInputBindings
Inheritance
Object    SharedInputBindings

Remarks

Useful methods for InputBindings

Constructors

SharedInputBindingsInitializes a new instance of the SharedInputBindings class

Methods

Add Add InputBindings elements from one collection to another.
Create(ICommand, String) Create InputBindings using the command.
Create(ICommand, InputGesture) Create InputBindings using the command.
Create(ICommand, Object, String) Create InputBindings using the command.
Create(ICommand, Object, InputGesture) Create InputBindings using the command.
Remove Quita los elementos de InputBindings de una colección de otra.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also