Class AsyncDelegateCommandBase
Provides base functionality for async commands.
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 SourceIsExecuting
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 SourceRaiseCanExecuteChanged()
Raises the CanExecuteChanged event.
Declaration
public void RaiseCanExecuteChanged()
Events
View SourceCanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.
Declaration
public event EventHandler CanExecuteChanged
Event Type
Type | Description |
---|---|
System.EventHandler |