Click or drag to resize

AsyncCommandT Class

[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.AsyncCommand`1"]

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.GUI.Common.InteractivityAsyncCommandT

Namespace: RAYLASE.Marker.GUI.Common.Interactivity
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public class AsyncCommand<T> : ICommand

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.AsyncCommand`1"]

The AsyncCommandT type exposes the following members.

Constructors
 NameDescription
Public methodAsyncCommandTInitializes a new instance of the AsyncCommandT class
Top
Properties
Methods
Events
 NameDescription
Public eventCanExecuteChanged 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodICommandCanExecuteDefines the method that determines whether the command can execute in its current state.
Explicit interface implementationPrivate methodICommandExecuteDefines the method to be called when the command is invoked.
Top
See Also