Class WorkflowApplicationIdleEventArgs
Inherited Members
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationIdleEventArgs : WorkflowApplicationEventArgs
Properties
Bookmarks
Declaration
public ReadOnlyCollection<BookmarkInfo> Bookmarks { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<BookmarkInfo>
|