Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
InteractiveGeometry Event
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewer Class : InteractiveGeometry Event





Occurs when the InteractiveMode property is set to BitmapSourceViewerInteractiveMode.Geometry.

Syntax

Visual Basic (Declaration) 
Public Event InteractiveGeometry() As InteractiveGeometryEventHandler
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewer
Dim handler As InteractiveGeometryEventHandler
 
AddHandler instance.InteractiveGeometry, handler
C# 
public event InteractiveGeometryEventHandler InteractiveGeometry()
Managed Extensions for C++ 
public: __event InteractiveGeometryEventHandler* InteractiveGeometry();
C++/CLI 
public:
event InteractiveGeometryEventHandler^ InteractiveGeometry();
XAML Attributes Usage 

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

Routed Event Information 

Identifier field

InteractiveGeometryEvent

Routing strategy

Bubbling

Delegate

InteractiveGeometryEventHandler

Example

For XAML example, refer to IsInteractiveModeBusy.

For C#/VB examples, refer to BitmapSourceViewerRectangleEventArgs.

Remarks

Requirements

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

See Also