The TaskManager type exposes the following members.

Constructors

  NameDescription
TaskManagerOverloaded.

Methods

  NameDescription
AddOverloaded.
AddRangeOverloaded.
BeginInit
Signals the entity manager that initialization is starting.
(Inherited from EntityManager.)
CheckAccess (Inherited from DispatcherObject.)
Clear
Removes all entities from the managed collection.
(Inherited from EntityManager.)
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
CollapseAll
Collapses all nodes of the internal node collection so that all child nodes become invisible.
(Inherited from NodeManager.)
CreateAssignableResourceManager
Establishes the assignable resource manager to be used internally by this TaskManager.
CreateEntity
Creates a new task wrapping the specified object.
(Overrides NodeManager..::.CreateEntity(Object).)
CreateEntityCollection
Creates the internal task collection to be used as the task host of this TaskManager.
(Overrides NodeManager..::.CreateEntityCollection()()().)
CreateEntityFromSimpleItem
Creates a new task for simple data management mode.
(Overrides NodeManager..::.CreateEntityFromSimpleItem(SimpleEntityItem).)
CreateReadOnlyEntityCollection
Creates the internal read-only task collection to be provided by this TaskManager.
(Overrides NodeManager..::.CreateReadOnlyEntityCollection(EntityCollection).)
Dispose
Releases all resources used by the EntityManager.
(Inherited from EntityManager.)
EndInit
Signals the entity manager that initialization is complete.
(Inherited from EntityManager.)
Equals (Inherited from DependencyObject.)
ExpandAll
Expands all nodes of the internal node collection so that all child nodes become visible.
(Inherited from NodeManager.)
Finalize (Inherited from Object.)
GetCriticalTasks
Gets the list of critical tasks. A task is critical if it would generate delays in the project in case that it wouldn't be finished on time.
GetEntity
Gets the entity that wraps the specified object from the internal entity collection, or null if such entity doesn't exist.
(Inherited from EntityManager.)
GetEntityAt
Gets the entity at the specified index from the internal entity collection.
(Inherited from EntityManager.)
GetHashCode (Inherited from DependencyObject.)
GetLocalValueEnumerator (Inherited from DependencyObject.)
GetNode
Gets the node that wraps the specified object from the internal node collection, or null if such node doesn't exist.
(Inherited from NodeManager.)
GetNodeAt
Gets the node at the specified index from the internal node collection.
(Inherited from NodeManager.)
GetProjectXml
Retreives managed data as a Project XML string.
GetTask
Gets the task that wraps the specified object from the internal task collection, or null if such task doesn't exist.
GetTaskAt
Gets the task at the specified index from the internal task collection.
GetType (Inherited from Object.)
GetValue (Inherited from DependencyObject.)
InitializeEntityCollection
Sets up the read only task collection to be used for viewing tasks externally.
(Overrides NodeManager..::.InitializeEntityCollection(EntityCollection).)
InsertOverloaded.
InsertRangeOverloaded.
InvalidateProperty (Inherited from DependencyObject.)
LevelResourcesOverloaded.
MemberwiseClone (Inherited from Object.)
MoveOverloaded.
MoveRange
Moves a range of items to a new index in the managed collection.
(Inherited from EntityManager.)
OnAreDependencyConstraintsEnabledChanged
Called when the AreDependencyConstraintsEnabled property changes.
OnAreEffortValueConstraintsEnabledChanged
Called when the AreEffortValueConstraintsEnabled property changes.
OnAreSummaryValueConstraintsEnabledChanged
Called when the AreSummaryValueConstraintsEnabled property changes.
OnAssignableResourceManagerChanged
Called when the AssignableResourceManager property changes.
OnAssignmentAllocationUnitsMemberPathChanged
Called when the AssignmentAllocationUnitsMemberPath property changes.
OnAssignmentResourceItemMemberPathChanged
Called when the AssignmentResourceItemMemberPath property changes.
OnAssignmentsMemberPathChanged
Called when the AssignmentsMemberPath property changes.
OnAssignmentsStringMemberPathChanged
Called when the AssignmentsStringMemberPath property changes.
OnCompletedEffortMemberPathChanged
Called when the CompletedEffortMemberPath property changes.
OnCompletionMemberPathChanged
Called when the CompletionMemberPath property changes.
OnContentMemberPathChanged
Called when the ContentMemberPath property changes.
OnCostMemberPathChanged
Called when the CostMemberPath property changes.
OnCountChanged
Called when the Count property changes.
(Inherited from EntityManager.)
OnDataPropertyChanged
Signals that a data binding property such as Items is changed. Inheriters should call this method from the PropertyChanged callbacks of their own data binding properties.
(Inherited from EntityManager.)
OnDisposing
Called when the EntityManager is disposed.
(Inherited from EntityManager.)
OnDurationMemberPathChanged
Called when the DurationMemberPath property changes.
OnEffortMemberPathChanged
Called when the EffortMemberPath property changes.
OnEntitiesChanged
Raises the EntitiesChanged event. Called when the entities collection is changed.
(Inherited from EntityManager.)
OnFinishMemberPathChanged
Called when the FinishMemberPath property changes.
OnIndentationMemberPathChanged
Called when the IndentationMemberPath property changes.
(Inherited from NodeManager.)
OnIndexStringMemberPathChanged
Called when the IndexStringMemberPath property changes.
OnInitialization
Called when the EntityManager is initialized.
(Inherited from EntityManager.)
OnInitialized
Notifies that initialization of the entity manager is completed and binds the entity collection to the specified data objects that are to be managed.
(Inherited from EntityManager.)
OnInitializeEntitiesCompleted
Executed after the managed tasks are initialized.
(Overrides NodeManager..::.OnInitializeEntitiesCompleted()()().)
OnInitializeEntitiesCompleting
Executed when the managed tasks are initialized. The initial index of the tasks. The initialized tasks.
(Overrides NodeManager..::.OnInitializeEntitiesCompleting(Int32, IEnumerable<(Of <(Entity>)>)).)
OnIsCompletedMemberPathChanged
Called when the IsCompletedMemberPath property changes.
OnIsExpandedMemberPathChanged
Called when the IsExpandedMemberPath property changes.
(Inherited from NodeManager.)
OnIsMilestoneMemberPathChanged
Called when the IsMilestoneMemberPath property changes.
OnLeafCountChanged
Called when the LeafCount property changes.
(Inherited from NodeManager.)
OnLeafNodesChanged
Called when the LeafNodes property changes.
(Inherited from NodeManager.)
OnMaxFinishMemberPathChanged
Called when the MaxFinishMemberPath property changes.
OnMaxStartMemberPathChanged
Called when the MaxStartMemberPath property changes.
OnMinFinishMemberPathChanged
Called when the MinFinishMemberPath property changes.
OnMinStartMemberPathChanged
Called when the MinStartMemberPath property changes.
OnNewAssignableResourceItem
Raises the NewAssignableResourceItem event when a new item is created in the assignable resources collection to allow the event handlers to create their own resource item type.
OnNewAssignmentItem
Raises the NewAssignmentItem event when a new assignment item is created in the assignment collection of a task to allow the event handlers to create their own assignment item type.
OnNewItem
Raises the NewItem event when a new item is created in the collection to allow the event handlers to create their own item type.
(Inherited from EntityManager.)
OnNewPredecessorItem
Raises the NewPredecessorItem event when a new predecessor item is created in the predecessor collection of a task to allow the event handlers to create their own predecessor item type.
OnOverallCompletedEffortChanged
Called when the OverallCompletedEffort property changes.
OnOverallCompletionChanged
Called when the OverallCompletion property changes.
OnOverallCostChanged
Called when the OverallCost property changes.
OnOverallEffortChanged
Called when the OverallEffort property changes.
OnOverallFinishChanged
Called when the OverallFinish property changes.
OnOverallIsCompletedChanged
Called when the OverallIsCompleted property changes.
OnOverallStartChanged
Called when the OverallStart property changes.
OnPredecessorDependencyTypeMemberPathChanged
Called when the PredecessorDependencyTypeMemberPath property changes.
OnPredecessorLagMemberPathChanged
Called when the PredecessorLagMemberPath property changes.
OnPredecessorsMemberPathChanged
Called when the PredecessorsMemberPath property changes.
OnPredecessorsStringMemberPathChanged
Called when the PredecessorsStringMemberPath property changes.
OnPredecessorTaskItemMemberPathChanged
Called when the PredecessorTaskItemMemberPath property changes.
OnPropertyChanged (Inherited from DependencyObject.)
OnRootCountChanged
Called when the RootCount property changes.
(Inherited from NodeManager.)
OnRootNodesChanged
Called when the RootNodes property changes.
(Inherited from NodeManager.)
OnScheduleMemberPathChanged
Called when the ScheduleMemberPath property changes.
OnStartMemberPathChanged
Called when the StartMemberPath property changes.
OnVisibilityFilterChanged
Raises the VisibilityFilterChanged. Called when the visibility filter is changed.
(Inherited from EntityManager.)
ReadLocalValue (Inherited from DependencyObject.)
RemoveOverloaded.
RemoveAt
Removes the entity at the specified index of the managed collection.
(Inherited from EntityManager.)
RemoveRangeOverloaded.
RemoveRangeAt
Removes the entities at the specified index of the managed collection.
(Inherited from EntityManager.)
RemoveValueOverloaded.
SetCurrentValue (Inherited from DependencyObject.)
SetValueOverloaded.
ShouldSerializeProperty (Inherited from DependencyObject.)
ToString (Inherited from Object.)
UpdateValueOverloaded.
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
AreDependencyConstraintsEnabledProperty
Identifies the AreDependencyConstraintsEnabled dependency property.
AreEffortValueConstraintsEnabledProperty
Identifies the AreEffortValueConstraintsEnabled dependency property.
AreSummaryValueConstraintsEnabledProperty
Identifies the AreSummaryValueConstraintsEnabled dependency property.
AssignableResourceManagerProperty
Identifies the AssignableResourceManager dependency property.
AssignmentAllocationUnitsMemberPathProperty
Identifies the AssignmentAllocationUnitsMemberPath dependency property.
AssignmentResourceItemMemberPathProperty
Identifies the AssignmentResourceItemMemberPath dependency property.
AssignmentsMemberPathProperty
Identifies the AssignmentsMemberPath dependency property.
AssignmentsStringMemberPathProperty
Identifies the AssignmentsStringMemberPath dependency property.
CompletedEffortMemberPathProperty
Identifies the CompletedEffortMemberPath dependency property.
CompletionMemberPathProperty
Identifies the CompletionMemberPath dependency property.
ContentMemberPathProperty
Identifies the ContentMemberPath dependency property.
CostMemberPathProperty
Identifies the CostMemberPath dependency property.
DurationMemberPathProperty
Identifies the DurationMemberPath dependency property.
EffortMemberPathProperty
Identifies the EffortMemberPath dependency property.
FinishMemberPathProperty
Identifies the FinishMemberPath dependency property.
IndexStringMemberPathProperty
Identifies the IndexStringMemberPath dependency property.
IsCompletedMemberPathProperty
Identifies the IsCompletedMemberPath dependency property.
IsMilestoneMemberPathProperty
Identifies the IsMilestoneMemberPath dependency property.
MaxFinishMemberPathProperty
Identifies the MaxFinishMemberPath dependency property.
MaxStartMemberPathProperty
Identifies the MaxStartMemberPath dependency property.
MinFinishMemberPathProperty
Identifies the MinFinishMemberPath dependency property.
MinStartMemberPathProperty
Identifies the MinStartMemberPath dependency property.
OverallCompletedEffortProperty
Identifies the OverallCompletedEffort dependency property.
OverallCompletionProperty
Identifies the OverallCompletion dependency property.
OverallCostProperty
Identifies the OverallCost dependency property.
OverallEffortProperty
Identifies the OverallEffort dependency property.
OverallFinishProperty
Identifies the OverallFinish dependency property.
OverallIsCompletedProperty
Identifies the OverallIsCompleted dependency property.
OverallStartProperty
Identifies the OverallStart dependency property.
PredecessorDependencyTypeMemberPathProperty
Identifies the PredecessorDependencyTypeMemberPath dependency property.
PredecessorLagMemberPathProperty
Identifies the PredecessorLagMemberPath dependency property.
PredecessorsMemberPathProperty
Identifies the PredecessorsMemberPath dependency property.
PredecessorsStringMemberPathProperty
Identifies the PredecessorsStringMemberPath dependency property.
PredecessorTaskItemMemberPathProperty
Identifies the PredecessorTaskItemMemberPath dependency property.
ScheduleMemberPathProperty
Identifies the ScheduleMemberPath dependency property.
ScheduleProperty
Identifies the Schedule dependency property.
StartMemberPathProperty
Identifies the StartMemberPath dependency property.
TasksProperty
Identifies the Tasks dependency property.

Properties

  NameDescription
AreDependencyConstraintsEnabled
Gets or sets a value indicating whether the dependent task values are constrained and automatically computed. This is a dependency property.
AreEffortValueConstraintsEnabled
Gets or sets a value indicating whether the task effort values are constrained so that task duration updates are interpreted as assignment allocation units updates when assignments are available. This is a dependency property.
AreSummaryValueConstraintsEnabled
Gets or sets a value indicating whether the summary task values are constained and automatically computed. This is a dependency property.
AssignableResourceManager
Gets or sets the ResourceManager object that is used internally for managing assignable resources used by this TaskManager. This is a dependency property.
AssignmentAllocationUnitsMemberPath
Gets or sets the path to a Double value on a source task assignment item to serve as the task assigned allocation units value, or null to indicate that the allocation units value is not provided by the source task assignment item. The assigned allocation units value represents the percent of the resource availability to consider for the assignment, and is used when computing the task cost or can be used when determining the resource availability for a specific time interval. It is recommended to set this property. This is a dependency property.
AssignmentResourceItemMemberPath
Gets or sets the path to an Object value on a source task assignment item to serve as the assigned resource item, or null to indicate that the assigned resource item is not provided by the source task assignment item. You can use a ResourceItem object as the assigned resource item. It is recommended to set this property. This is a dependency property.
AssignmentsMemberPath
Gets or sets the path to an IEnumerable value on the source task item to serve as the task assignment item collection, or null to indicate that the assignment item collection is not provided by the source task item. You can use a collection of AssignmentItem objects as the task assignment item collection. Note that the assignment item collection is ignored for parent tasks. It is recommended to set this property. This is a dependency property.
AssignmentsStringMemberPath
Gets or sets the path to a String value on the source task item to serve as a string representation of the task assignment item collection, or null to indicate that the string representation of the assignment item collection is not provided by the source task item. The assignments string is of this form: John, Diane [80%]. This is a dependency property.
CompletedEffortMemberPath
Gets or sets the path to a TimeSpan value on the source task item to serve as the task completed effort, or null to indicate that the completed effort is not provided by the wrapped object. The completed effort of a parent task will be based on the completed effort values of its children. It is recommended to set this property. This is a dependency property.
CompletionMemberPath
Gets or sets the path to a Double value on the source task item to serve as the task completion rate, or null to indicate that the completion rate is not provided by the source task item. Task completion rate is computed automatically based on effort and completed effort. This is a dependency property.
ContentMemberPath
Gets or sets the path to an Object value on the source task item to serve as the task content, or null to indicate that the content is not provided by the source task item. It is recommended to set this property. This is a dependency property.
CostMemberPath
Gets or sets the path to a Double value on the source task item to serve as the task cost, or null to indicate that the cost is not provided by the source task item. Task cost can be computed automatically based on duration and assignments. The cost of a parent task will be based on the cost values of its children. However a specific task cost can be set and will be used instead if it is higher than the automatically computed cost. This is a dependency property.
Count
Gets the count of entities managed by this EntityManager. This is a dependency property.
(Inherited from EntityManager.)
DataManagementMode
Gets a value indicating the data management mode used with the entity manager.
(Inherited from EntityManager.)
DependencyObjectType (Inherited from DependencyObject.)
Dispatcher (Inherited from DispatcherObject.)
DurationMemberPath
Gets or sets the path to a TimeSpan value on the source task item to serve as the task duration, or null to indicate that the duration is not provided by the source task item. Task duration is computed automatically based on schedule, start date and time, effort, and assignments. The duration of a parent task will be based on the duration values of its children. This is a dependency property.
EffortMemberPath
Gets or sets the path to a TimeSpan value on the source task item to serve as the task effort, or null to indicate that the effort is not provided by the wrapped object. The effort of a parent task will be based on the effort values of its children. It is recommended to set this property. This is a dependency property.
Entities
Gets the read-only entity collection wrapping the objects that are currently managed. This is a dependency property.
(Inherited from EntityManager.)
EntityCount
Gets the actual count of entities managed by this EntityManager.
(Inherited from EntityManager.)
FinishMemberPath
Gets or sets the path to a DateTime value on the source task item to serve as the task finish date and time, or null to indicate that the finish date and time is not provided by the source task item. Task finish date and time is computed automatically based on schedule, start date and time, effort, and assignments. The finish date and time of a parent task will be based on the finish date and time values of its children. This is a dependency property.
IndentationMemberPath
Gets or sets the path to an Int32 value on the source node item to serve as the indentation level in the hierarchical collection, or null to indicate that the indentation level is not provided by the source node item. The hierarchy is based on the indentation level values of the nodes, so that a node with a lower index in the collection and having a specific indentation level will become the parent node for the nodes with a higher index in the collection and having an increased indentation level. It is recommended to set this property. This is a dependency property.
(Inherited from NodeManager.)
IndexStringMemberPath
Gets or sets the path to a String value on the source task item to serve as a string representation of the index of the task, or null to indicate that the string representation of the index is not provided by the source task item. The index string is automatically computed based on the position of the task in the task collection and is of this form: 1, 2. This is a dependency property.
IsCompletedMemberPath
Gets or sets the path to a Boolean value on the source task item to serve as the task milestone indicator, or null to indicate that the milestone indicator is not provided by the source task item. A completed task has its completed effort value equal to effort. This is a dependency property.
IsDisposed
Gets a value indicating whether the EntityManager is currently disposed.
(Inherited from EntityManager.)
IsExpandedMemberPath
Gets or sets the path to a Boolean value on the source node item to serve as the expansion indicator in the hierarchical collection, or null to indicate that the expansion indicator is not provided by the source node item. If a parent node is expanded its child nodes become visible. If a parent node is collapsed its child nodes become invisible. This is a dependency property.
(Inherited from NodeManager.)
IsInitialized
Gets a value indicating whether the entity manager is initialized. This is a dependency property.
(Inherited from EntityManager.)
IsInitializingEntities
Gets a value indicating whether the EntityManager is currently initializing its entity collection.
(Inherited from EntityManager.)
IsMilestoneMemberPath
Gets or sets the path to a Boolean value on the source task item to serve as the task milestone indicator, or null to indicate that the milestone indicator is not provided by the source task item. A milestone task has its effort value set to zero. This is a dependency property.
IsSealed (Inherited from DependencyObject.)
IsUsingSimpleDataManagementMode
Gets a value indicating whether the simple data management mode is used with this entity manager.
(Inherited from EntityManager.)
Item
Gets the task that wraps the specified object from the internal task collection, or null if such task doesn't exist.
Items
Gets or sets the object collection to be managed.
(Inherited from EntityManager.)
LeafCount
Gets the count of leaf nodes managed by this NodeManager. This is a dependency property.
(Inherited from NodeManager.)
LeafNodes
Gets the leaf nodes managed by this NodeManager. This is a dependency property.
(Inherited from NodeManager.)
LeafTasks
Enumerates the leaf tasks managed by this TaskManager. The dependency property is LeafNodes.
MaxFinishMemberPath
Gets or sets the path to a nullable DateTime value on the source task item to serve as the task maximum finish date and time, or null to indicate that the maximum date and time is not provided by the source task item. This is a dependency property.
MaxStartMemberPath
Gets or sets the path to a nullable DateTime value on the source task item to serve as the task maximum start date and time, or null to indicate that the maximum date and time is not provided by the source task item. This is a dependency property.
MinFinishMemberPath
Gets or sets the path to a nullable DateTime value on the source task item to serve as the task minimum finish date and time, or null to indicate that the minimum date and time is not provided by the source task item. This is a dependency property.
MinStartMemberPath
Gets or sets the path to a nullable DateTime value on the source task item to serve as the task minimum start date and time, or null to indicate that the minimum date and time is not provided by the source task item. This is a dependency property.
Nodes
Gets the read-only node collection wrapping the objects that are currently managed. This is a dependency property.
(Inherited from NodeManager.)
OverallCompletedEffort
Gets the overall completed effort of the tasks managed by this TaskManager. This is a dependency property.
OverallCompletion
Gets the overall completion percent of the tasks managed by this TaskManager. This is a dependency property.
OverallCost
Gets the overall cost of the tasks managed by this TaskManager. This is a dependency property.
OverallEffort
Gets the overall effort of the tasks managed by this TaskManager. This is a dependency property.
OverallFinish
Gets the overall finish date and time of the tasks managed by this TaskManager. This is a dependency property.
OverallIsCompleted
Gets a value indicating whether all the tasks managed by this TaskManager are completed. This is a dependency property.
OverallStart
Gets the overall start date ands time of the tasks managed by this TaskManager. This is a dependency property.
ParentEntity
Gets the parent Entity that owns this EntityManager or null if the manager has no parent entity. This is a dependency property.
(Inherited from EntityManager.)
PredecessorDependencyTypeMemberPath
Gets or sets the path to a DependencyType value on a source task predecessor item to serve as the predecessor dependency type, or null to indicate that the dependency type is not provided by the source task predecessor item. Predecessor dependency type indicates how the current task depends on the predecessor task. This is a dependency property.
PredecessorLagMemberPath
Gets or sets the path to a TimeSpan value on a source task predecessor item to serve as the predecessor lag, or null to indicate that the lag is not provided by the source task predecessor item. Predecessor lag indicates when the current task depends on the predecessor task. If lag is zero the dependency is applied at the appropriate time. If lag is positive the dependency is applied so that there will be an exclusion interval between the tasks. If lag is negative the dependency is applied so that there will be an intersection interval between the tasks. This is a dependency property.
PredecessorsMemberPath
Gets or sets the path to to an IEnumerable value on the source task item to serve as the task predecessor item collection, or null to indicate that the predecessor item collection is not provided by the source task item. The predecessor item collection is used to indicate dependencies between tasks. You can use a collection of PredecessorItem objects as the task predecessor item collection. This is a dependency property.
PredecessorsStringMemberPath
Gets or sets the path to a String value on the source task item to serve as a string representation of the task predecessor item collection, or null to indicate that the string representation of the predecessor item collection is not provided by the source task item. The predecessors string is of this form: 1, 2SS, 3FF+2. This is a dependency property.
PredecessorTaskItemMemberPath
Gets or sets the path to an Object value on a source task predecessor item to serve as the predecessor task item, or null to indicate that the task item is not provided by the source task predecessor item. You can use a TaskItem object as the predecessor task item. This is a dependency property.
RootCount
Gets the count of root nodes managed by this NodeManager. This is a dependency property.
(Inherited from NodeManager.)
RootNodes
Gets the root nodes managed by this NodeManager. This is a dependency property.
(Inherited from NodeManager.)
RootTasks
Enumerates the root tasks managed by this TaskManager. The dependency property is RootNodes.
Schedule
Gets or sets the schedule of this TaskManager to be used as default schedule for the tasks in the internal collection. This is a dependency property.
ScheduleMemberPath
Gets or sets the path to a Schedule value on the source task item to serve as the task schedule, or null to indicate that the schedule is not provided by the source task item. The task schedule indicates the time intervals of a day that can be used as work time for achieving completion of the task. If a child task schedule is not set, the parent task schedule is used. If a root task schedule is not set the Continuous schedule is used. This is a dependency property.
StartMemberPath
Gets or sets the path to a DateTime value on the source task item to serve as the task start date and time, or null to indicate that the start date and time is not provided by the source task item. The start date and time of a parent task will be based on the start date and time values of its children. It is recommended to set this property. This is a dependency property.
Tasks
Gets the read-only task collection wrapping the objects that are currently managed. This is a dependency property.
VisibilityFilter
Gets or sets the visibility filter to apply on the managed entities.
(Inherited from EntityManager.)

Events

  NameDescription
Disposing
Occurs when the EntityManager is disposed.
(Inherited from EntityManager.)
EntitiesChanged
Occurs when the entities collection is changed.
(Inherited from EntityManager.)
Initialized
Occurs when initialization of the entity manager is completed.
(Inherited from EntityManager.)
NewAssignableResourceItem
Occurs when a new item is created in the assignable resources collection to allow the event handlers to create their own resource item type.
NewAssignmentItem
Occurs when a new assignment item is created in the assignment collection of a task to allow the event handlers to create their own assignment item type.
NewItem
Occurs when a new item is created in the collection to allow the event handlers to create their own item type.
(Inherited from EntityManager.)
NewPredecessorItem
Occurs when a new predecessor item is created in the predecessor collection of a task to allow the event handlers to create their own predecessor item type.
VisibilityFilterChanged
Occurs when the visibility filter is changed.
(Inherited from EntityManager.)

See Also