Gets or sets the activity or resource allocation related to the event.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Object Item { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Item As Object |
A reference to a IResourceAllocationViewModel or a IActivityViewModel depending on the object being modified.
See Also