Click or drag to resize

AsyncCommand Class

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

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

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 : ICommand

The AsyncCommand type exposes the following members.

Constructors
 NameDescription
Public methodAsyncCommandInitializes a new instance of the AsyncCommand 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