Visual Basic (Declaration) | |
---|---|
Public Event InteractiveGeometry() As InteractiveGeometryEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 | |
Routing strategy | Bubbling |
Delegate |
For XAML example, refer to IsInteractiveModeBusy.
For C#/VB examples, refer to BitmapSourceViewerRectangleEventArgs.
Only occurs when the InteractiveMode property is set to BitmapSourceViewerInteractiveMode.Geometry
and the 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