LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
raise__enumItemsEvent Method
See Also 
Leadtools.Wia Namespace > WiaSession Class : raise__enumItemsEvent Method



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

Syntax

Visual Basic (Declaration) 
Protected Sub raise__enumItemsEvent( _
   ByVal value0 As Object, _
   ByVal value1 As WiaEnumItemsEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim value0 As Object
Dim value1 As WiaEnumItemsEventArgs
 
instance.raise__enumItemsEvent(value0, value1)
C# 
protected void raise__enumItemsEvent( 
   object value0,
   WiaEnumItemsEventArgs value1
)
C++/CLI 
protected:
void raise__enumItemsEvent( 
   Object^ value0,
   WiaEnumItemsEventArgs^ value1
) 

Parameters

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

Requirements

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

See Also