Creates a new RssFeedItemCommandEventArgs instance.
| C# | Visual Basic | Visual 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 )
- 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.