Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
InteractiveMagnifyGlassEventHandler Delegate
See Also 
Leadtools.Windows.Controls Namespace : InteractiveMagnifyGlassEventHandler Delegate





sender
An Object which invokes this handler.
e
A BitmapSourceViewerLineEventArgs that contains the event data.
Represents the delegate for handlers that receive MagnifyGlass events.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub InteractiveMagnifyGlassEventHandler( _
   ByVal sender As Object, _
   ByVal e As BitmapSourceViewerLineEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New InteractiveMagnifyGlassEventHandler(AddressOf HandlerMethod)
C# 
public delegate void InteractiveMagnifyGlassEventHandler( 
   object sender,
   BitmapSourceViewerLineEventArgs e
)
C++/CLI 
public delegate void InteractiveMagnifyGlassEventHandler( 
   Object^ sender,
   BitmapSourceViewerLineEventArgs^ e
)
XAML Syntax 
You cannot define a delegate in XAML.
XAML Syntax 
You cannot define a delegate in XAML.

Parameters

sender
An Object which invokes this handler.
e
A BitmapSourceViewerLineEventArgs that contains the event data.

Requirements

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

See Also