Initializes a new instance of the AddItemEventArgs class.
| C# | Visual Basic | Visual C++ |
public AddItemEventArgs( ShellListItem aItem )
Public Sub New ( _ aItem As ShellListItem _ )
public: AddItemEventArgs( ShellListItem^ aItem )
- aItem (ShellListItem)
- ShellListItem object, which contains information about the item, which should be added to the ShellListView/FileList.