Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
StartPointChanged Event
See Also 
Leadtools.Windows.Controls Namespace > MagnifyGlass Class : StartPointChanged Event





Reserved for future use.

Syntax

Visual Basic (Declaration) 
Public Event StartPointChanged() As RoutedPropertyChangedEventHandler(Of Point)
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlass
Dim handler As RoutedPropertyChangedEventHandler(Of Point)
 
AddHandler instance.StartPointChanged, handler
C# 
public event RoutedPropertyChangedEventHandler<Point> StartPointChanged()
C++/CLI 
public:
event RoutedPropertyChangedEventHandler<Point> StartPointChanged();
XAML Attributes Usage 

<object StartPointChanged=EventHandler<ExceptionRoutedEventArgs>/> ...

Routed Event Information 

Identifier field

StartPointChangedEvent

Routing strategy

Bubbling

Delegate

EventHandler<(Of <(TEventArgs>)>)

XAML Attributes Usage 

<object StartPointChanged=EventHandler<ExceptionRoutedEventArgs>/> ...

Routed Event Information 

Identifier field

StartPointChangedEvent

Routing strategy

Bubbling

Delegate

EventHandler<(Of <(TEventArgs>)>)

Requirements

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

See Also