Visual Basic (Declaration) | |
---|---|
Event ItemAdded As ItemEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As INotifyItemChanged Dim handler As ItemEventHandler AddHandler instance.ItemAdded, handler |
C# | |
---|---|
event ItemEventHandler ItemAdded |
The event handler receives an argument of type ItemEventArgs containing data related to this event. The following ItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Item | Gets the item. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2