public sealed class SimpleCommand : ICommand,
IDisposable
Public NotInheritable Class SimpleCommand
Implements ICommand, IDisposable
public ref class SimpleCommand sealed : ICommand,
IDisposable
[<SealedAttribute>]
type SimpleCommand =
class
interface ICommand
interface IDisposable
end
SimpleCommand(Action) | Initializes a new instance of the SimpleCommand class. |
SimpleCommand(ActionICommandState) | Initializes a new instance of the SimpleCommand class. |
Dispose | Releases the delegate passed to the constructor. Should be called if the callback is an instance method, which holds references to other objects. |
ToString | Returns a string that represents the current command. (Overrides ObjectToString) |
Convert |
Converts an Object specified in the obj parameter to the desired targetType.
See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. (Defined by ObjectExtensions) |
ConvertTTarget |
Converts an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions) |
CreateBinding |
Creates a binding for a command without any sources and targets. At least one source must be added by the ICommandBinding.AddSource method to make the command invokable.
Targets can be added by the ICommandBinding.AddTarget method.
(Defined by Command) |
CreateBinding |
Creates a binding for a command using the specified source, eventName and targets.
(Defined by Command) |
CreateBinding |
Creates a binding for a command using the specified source, eventName and targets as well as the optionally provided initial state of the binding.
(Defined by Command) |
In |
Gets whether item is among the elements of set.
See the Examples section of the generic InT(T, T) overload for an example. (Defined by ObjectExtensions) |
TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |