Click or drag to resize

AsyncRelayCommand<TParam> Class

[Missing <summary> documentation for "T:BionicCode.Utilities.Net.Uwp.Generic.AsyncRelayCommand`1"]

Inheritance Hierarchy
System.Object
  BionicCode.Utilities.Net.Uwp.Generic.AsyncRelayCommand<TParam>
    BionicCode.Utilities.Net.Uwp.AsyncRelayCommand

Namespace:  BionicCode.Utilities.Net.Uwp.Generic
Assembly:  BionicCode.Utilities.Net.Uwp (in BionicCode.Utilities.Net.Uwp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AsyncRelayCommand<TParam> : IAsyncRelayCommand<TParam>, 
	ICommand, IAsyncRelayCommand

Type Parameters

TParam

[Missing <typeparam name="TParam"/> documentation for "T:BionicCode.Utilities.Net.Uwp.Generic.AsyncRelayCommand`1"]

The AsyncRelayCommand<TParam> type exposes the following members.

Constructors
  NameDescription
Public methodAsyncRelayCommand<TParam>(Action)
Initializes a new instance of the AsyncRelayCommand<TParam> class
Public methodAsyncRelayCommand<TParam>(Action<TParam>)
Initializes a new instance of the AsyncRelayCommand<TParam> class
Public methodAsyncRelayCommand<TParam>(Func<Task>)
Initializes a new instance of the AsyncRelayCommand<TParam> class
Public methodAsyncRelayCommand<TParam>(Func<TParam, Task>)
Initializes a new instance of the AsyncRelayCommand<TParam> class
Public methodAsyncRelayCommand<TParam>(Action, Func<Boolean>)
Initializes a new instance of the AsyncRelayCommand<TParam> class
Public methodAsyncRelayCommand<TParam>(Action<TParam>, Predicate<TParam>)
Initializes a new instance of the AsyncRelayCommand<TParam> class
Public methodAsyncRelayCommand<TParam>(Func<Task>, Func<Boolean>)
Initializes a new instance of the AsyncRelayCommand<TParam> class
Public methodAsyncRelayCommand<TParam>(Func<TParam, Task>, Predicate<TParam>)
Initializes a new instance of the AsyncRelayCommand<TParam> class
Top
Properties
  NameDescription
Public propertyIsExecuting
Top
Methods
  NameDescription
Public methodCanExecute()
Public methodCanExecute(TParam)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteAsync()
Public methodExecuteAsync(CancellationToken)
Public methodExecuteAsync(TParam)
Public methodExecuteAsync(TParam, CancellationToken)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidateCommand
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCanExecuteChanged
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCanExecuteChanged
Top
Fields
Extension Methods
Explicit Interface Implementations
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md