Silverlight SDK for Microsoft Bing
ItemControlEventArgs Constructor (control)
OverviewSystem.Windows.ControlsItemControlEventArgsItemControlEventArgs(ItemControl)
Instantiates the ItemControlEventArgs instance.
Declaration Syntax
C#Visual BasicVisual C++
public ItemControlEventArgs(
	ItemControl control
)
Public Sub New ( _
	control As ItemControl _
)
public:
ItemControlEventArgs(
	ItemControl^ control
)
Parameters
control (ItemControl)
The ItemControl instance for the event

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)