InterfaceIAsyncStateCommand
Interface
Represents an async state command.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public interface IAsyncStateCommand : ICommand
Inherited Members
Properties
IsCommited
Gets a value indicating whether this instance is committed.
Methods
Complete(bool, object)
Completes the execution.
Events
Completed
Occurs when the command is completed.