Show / Hide Table of Contents

Class AsyncDelegateCommandBase

Provides base functionality for async commands.

Inheritance
System.Object
AsyncDelegateCommandBase
AsyncDelegateCommand
AsyncDelegateCommand<T>
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Commands
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public abstract class AsyncDelegateCommandBase

Properties

View Source

IsExecuting

Gets or sets a value indicating whether this instance is currently executing.

Declaration
protected bool IsExecuting { get; set; }
Property Value
Type Description
System.Boolean

Methods

View Source

RaiseCanExecuteChanged()

Raises the CanExecuteChanged event.

Declaration
public void RaiseCanExecuteChanged()

Events

View Source

CanExecuteChanged

Occurs when changes occur that affect whether or not the command should execute.

Declaration
public event EventHandler CanExecuteChanged
Event Type
Type Description
System.EventHandler

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX