Command Methods |
The Command type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateMenuItem |
Creates a new menu item attached to this command.
|
![]() | CreateToolItem |
Creates a new tool item attached to this command.
|
![]() | Execute |
Execute the command programatically.
|
![]() | OnDataContextChanged |
Raises the DataContextChanged event
|
![]() | OnEnabledChanged |
Raises the EnabledChanged event.
|
![]() | OnExecuted |
Raises the Executed event.
|
Name | Description | |
---|---|---|
![]() | BindT(String, DirectBindingT, DualBindingMode) | Overloaded.
Adds a new dual binding between the control and the specified source binding
(Defined by BindableExtensions.) |
![]() | BindT(IndirectBindingT, DirectBindingT, DualBindingMode) | Overloaded.
Adds a new binding to the control with a direct value binding
(Defined by BindableExtensions.) |
![]() | BindT(String, Object, String, DualBindingMode) | Overloaded.
Adds a new dual binding between the control and the specified object
(Defined by BindableExtensions.) |
![]() | BindT(IndirectBindingT, Object, IndirectBindingT, DualBindingMode, T, T) | Overloaded.
Adds a new binding to the control with an indirect binding to the provided objectValue (Defined by BindableExtensions.) |
![]() | BindDataContextT(String, String, DualBindingMode, T, T) | Overloaded.
Adds a new binding with the control and the the control's current data context
(Defined by BindableExtensions.) |
![]() | BindDataContextT(IndirectBindingT, IndirectBindingT, DualBindingMode, T, T) | Overloaded.
Adds a new binding from the control to its data context
(Defined by BindableExtensions.) |