Silverlight SDK for Microsoft Bing
ItemControlEventArgs Class
OverviewSystem.Windows.ControlsItemControlEventArgs
Implements an event argument type for identifiying an ItemControl instance
Declaration Syntax
C#Visual BasicVisual C++
public class ItemControlEventArgs : EventArgs
Public Class ItemControlEventArgs _
	Inherits EventArgs
public ref class ItemControlEventArgs : public EventArgs
Members
All MembersConstructorsMethodsFields



IconMemberDescription
ItemControlEventArgs(ItemControl)
Instantiates the ItemControlEventArgs instance.

Control
A reference to the ItemControl instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 ItemControlEventArgs

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