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





Occurs when the BitmapSourceViewer.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()
C++/CLI 
public:
event InteractiveGeometryEventHandler^ InteractiveGeometry();
XAML Attributes Usage 

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

Routed Event Information 

Identifier field

InteractiveGeometryEvent

Routing strategy

Bubbling

Delegate

InteractiveGeometryEventHandler

XAML Attributes Usage 

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

Routed Event Information 

Identifier field

InteractiveGeometryEvent

Routing strategy

Bubbling

Delegate

InteractiveGeometryEventHandler

Example

For XAML example, refer to BitmapSourceViewer.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