IAsyncStateCommand
Interface
Represents an async state command.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public interface IAsyncStateCommand : ICommand
Derived Classes:
Inherited Members
Properties
Gets a value indicating whether this instance is committed.
C#
bool IsCommited { get; }
Methods
Events
Occurs when the command is completed.
C#
event EventHandler Completed