MindFusion.Scheduling for Silverlight Programmer's Guide
ActionEventArgs.Item Property
See Also
 





Gets or sets the activity or resource allocation related to the event.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public Object Item { get; set; }

Visual Basic  Copy Code

Public Property Item As Object

 Property Value

A reference to a IResourceAllocationViewModel or a IActivityViewModel depending on the object being modified.

 See Also

ActionEventArgs Members
ActionEventArgs Class
MindFusion.DataViews.Silverlight Namespace