Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.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()
Managed Extensions for 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>)>)

Requirements

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

See Also