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





Identifies the InteractiveGeometry routed event.

Syntax

Visual Basic (Declaration) 
Public Shared InteractiveGeometryEvent As RoutedEvent
Visual Basic (Usage)Copy Code
Dim value As RoutedEvent
 
value = BitmapSourceViewer.InteractiveGeometryEvent
 
BitmapSourceViewer.InteractiveGeometryEvent = value
C# 
public static RoutedEvent InteractiveGeometryEvent
Managed Extensions for C++ 
public: static RoutedEvent InteractiveGeometryEvent
C++/CLI 
public:
static RoutedEvent InteractiveGeometryEvent
XAML 
Fields cannot be used in XAML.

Return Value

The identifier for the InteractiveGeometry routed event.

Requirements

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

See Also