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