Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
raise_EnumItemsEvent Method
See Also 
Leadtools.Wia Namespace > WiaSession Class : raise_EnumItemsEvent Method



sender
The source of the sender
e
A WiaEnumItemsEventArgs object that contains the event data.
sender
The source of the sender
e
A WiaEnumItemsEventArgs object that contains the event data.
Occurs while enumerating the WIA child items.

Syntax

Visual Basic (Declaration) 
Public Sub raise_EnumItemsEvent( _
   ByVal sender As Object, _
   ByVal e As WiaEnumItemsEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim sender As Object
Dim e As WiaEnumItemsEventArgs
 
instance.raise_EnumItemsEvent(sender, e)
C# 
public void raise_EnumItemsEvent( 
   object sender,
   WiaEnumItemsEventArgs e
)
C++/CLI 
public:
void raise_EnumItemsEvent( 
   Object^ sender,
   WiaEnumItemsEventArgs^ e
) 

Parameters

sender
The source of the sender
e
A WiaEnumItemsEventArgs object that contains the event data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also