ClearImageNet Send comments on this topic.
ImageEditor.LineFoundEventHandler Delegate
See Also 
Inlite.ClearImageNet Namespace : ImageEditor.LineFoundEventHandler Delegate




sender
The source of the event.
e
The LineFoundEventArgs that contains the found line information.
Handles LineFound events.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ImageEditor.LineFoundEventHandler( _
   ByVal sender As Object, _
   ByVal e As LineFoundEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New LineFoundEventHandler(AddressOf HandlerMethod)
C# 
public delegate void ImageEditor.LineFoundEventHandler( 
   object sender,
   LineFoundEventArgs e
)
Managed Extensions for C++ 
public: __gc __delegate void ImageEditor.LineFoundEventHandler( 
   Object* sender,
   LineFoundEventArgs* e
)
C++/CLI 
public delegate void ImageEditor.LineFoundEventHandler( 
   Object^ sender,
   LineFoundEventArgs^ e
)

Parameters

sender
The source of the event.
e
The LineFoundEventArgs that contains the found line information.

See Also

Generated from assembly ClearImageNet [5.7.1.0]