| Visual Basic (Declaration) | |
|---|---|
Public Event InteractiveGeometry() As InteractiveGeometryEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event InteractiveGeometryEventHandler InteractiveGeometry() | |
| C++/CLI | |
|---|---|
public: event InteractiveGeometryEventHandler^ InteractiveGeometry(); | |
| XAML Attributes Usage | |
|---|---|
<object InteractiveGeometry=EventHandler<ExceptionRoutedEventArgs>/> ... | |
| Routed Event Information | |
|---|---|
Identifier field | |
Routing strategy | Bubbling |
Delegate |
| XAML Attributes Usage | |
|---|---|
<object InteractiveGeometry=EventHandler<ExceptionRoutedEventArgs>/> ... | |
| Routed Event Information | |
|---|---|
Identifier field | |
Routing strategy | Bubbling |
Delegate |
For XAML example, refer to BitmapSourceViewer.IsInteractiveModeBusy.
For C#/VB examples, refer to BitmapSourceViewerRectangleEventArgs.
Only occurs when the BitmapSourceViewer.InteractiveMode property is set to BitmapSourceViewerInteractiveMode.Geometry
and the BitmapSourceViewer.InteractiveGeometryType is set to BitmapSourceViewerInteractiveGeometryType.Rectangle or BitmapSourceViewerInteractiveGeometryType.Ellipse.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family