public sealed class SourceAwareCommand<TEventArgs> : ICommand,
IDisposable
where TEventArgs : EventArgs
Public NotInheritable Class SourceAwareCommand(Of TEventArgs As EventArgs)
Implements ICommand, IDisposable
generic<typename TEventArgs>
where TEventArgs : EventArgs
public ref class SourceAwareCommand sealed : ICommand,
IDisposable
[<SealedAttribute>]
type SourceAwareCommand<'TEventArgs when 'TEventArgs : EventArgs> =
class
interface ICommand
interface IDisposable
end
SourceAwareCommandTEventArgs(ActionICommandSourceTEventArgs) | Initializes a new instance of the SourceAwareCommandTEventArgs class. |
SourceAwareCommandTEventArgs(ActionICommandSourceTEventArgs, ICommandState) | Initializes a new instance of the SourceAwareCommandTEventArgs 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) |