| Visual Basic (Declaration) | |
|---|---|
Public Event EnumItemsEvent() As EventHandler(Of WiaEnumItemsEventArgs)  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public event EventHandler<WiaEnumItemsEventArgs> EnumItemsEvent()  | |
| C++/CLI | |
|---|---|
public: event EventHandler<WiaEnumItemsEventArgs>^ EnumItemsEvent();  | |
            This event will be called while enumerating the WIA child items for the parent item passed through the call to the EnumChildItems method
            to provide the user with a handle for each found child item and also gives the ability to abort the enumeration process.
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code