Click or drag to resize

AsyncRelayCommandTParam Class

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

Inheritance Hierarchy
SystemObject
  BionicCode.Utilities.Net.Uwp.GenericAsyncRelayCommandTParam
    BionicCode.Utilities.Net.UwpAsyncRelayCommand

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 AsyncRelayCommandTParam type exposes the following members.

Constructors
  NameDescription
Public methodAsyncRelayCommandTParam(Action)
Initializes a new instance of the AsyncRelayCommandTParam class
Public methodAsyncRelayCommandTParam(ActionTParam)
Initializes a new instance of the AsyncRelayCommandTParam class
Public methodAsyncRelayCommandTParam(FuncTask)
Initializes a new instance of the AsyncRelayCommandTParam class
Public methodAsyncRelayCommandTParam(FuncTParam, Task)
Initializes a new instance of the AsyncRelayCommandTParam class
Public methodAsyncRelayCommandTParam(Action, FuncBoolean)
Initializes a new instance of the AsyncRelayCommandTParam class
Public methodAsyncRelayCommandTParam(ActionTParam, PredicateTParam)
Initializes a new instance of the AsyncRelayCommandTParam class
Public methodAsyncRelayCommandTParam(FuncTask, FuncBoolean)
Initializes a new instance of the AsyncRelayCommandTParam class
Public methodAsyncRelayCommandTParam(FuncTParam, Task, PredicateTParam)
Initializes a new instance of the AsyncRelayCommandTParam 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