InterfaceIAsyncStateCommand
Interface
Represents an async state command.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IAsyncStateCommand : ICommand
Inherited Members
Properties
IsCommited
Gets a value indicating whether this instance is committed.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Commited")]
bool IsCommited { get; }
Property Value
Methods
Complete(bool, object)
Completes the execution.
Events
Completed
Occurs when the command is completed.