Provides data for the WiaSession.EnumItemsEvent event.
| Visual Basic (Declaration) | |
|---|---|
Public Class WiaEnumItemsEventArgs Inherits EventArgs  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public class WiaEnumItemsEventArgs : EventArgs  | |
| C++/CLI | |
|---|---|
public ref class WiaEnumItemsEventArgs : public EventArgs  | |
For an example, refer to WiaSession.GetRootItem 
            
 
            
            
            System.Object
   System.EventArgs
      Leadtools.Wia.WiaEnumItemsEventArgs
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code