Namespace Innova.Prism.Library.Commands
Classes
Name | Summary |
---|---|
ButtonHelper | Provides attached properties and methods for working with buttons. |
ControlClick | Provides attached properties for handling control click commands. |
ControlClickedCommandBehavior | Represents a command behavior that handles the click event of a control. |
ControlDoubleClick | Provides attached properties for handling double-click commands on controls. |
ControlDoubleClickedCommandBehavior | Represents a behavior that executes a command when a control is double-clicked. |
ControlHelper | Provides helper methods for working with controls. |
EventToCommandBehavior | Represents a behavior that binds an event to a command. |
HelperCommands | |
LogDelegateCommand | Represents a delegate command that logs the method execution. |
LogDelegateCommand<T> | Represents a delegate command that logs the method execution. |
MultiKeyGesture | Represents a multi-key gesture that can be used as a command input. |
MultiKeyGestureConverter | Converts a string representation of a multi-key gesture into a MultiKeyGesture object. |