.Net Organisation Chart Component Class Library
OrganisationChartItemCommandEventArgs Constructor (item, commandSource, cea)
NamespacesOrgChart.CoreOrganisationChartItemCommandEventArgsOrganisationChartItemCommandEventArgs(OrgChartItem, Object, CommandEventArgs)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Creates a new RssFeedItemCommandEventArgs instance.
Declaration Syntax
C#Visual BasicVisual C++
public OrganisationChartItemCommandEventArgs(
	OrgChartItem item,
	Object commandSource,
	CommandEventArgs cea
)
Public Sub New ( _
	item As OrgChartItem, _
	commandSource As Object, _
	cea As CommandEventArgs _
)
public:
OrganisationChartItemCommandEventArgs(
	OrgChartItem^ item, 
	Object^ commandSource, 
	CommandEventArgs^ cea
)
Parameters
item (OrgChartItem)
The RssFeedItem that contained the button that was clicked.
commandSource (Object)
The reference to the button that was clicked.
cea (CommandEventArgs)
The CommandEventArgs instance passed through the button's Command event.

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)