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





Not supported yet.

Syntax

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

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

Routed Event Information 

Identifier field

InteractiveRegionEvent

Routing strategy

Bubbling

Delegate

InteractiveRegionEventHandler

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