| Visual Basic (Declaration) | |
|---|---|
Public Event InteractiveMagnifyGlass() As ImageViewer.InteractiveMagnifyGlassEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event ImageViewer.InteractiveMagnifyGlassEventHandler InteractiveMagnifyGlass() | |
| C++/CLI | |
|---|---|
public: event ImageViewer.InteractiveMagnifyGlassEventHandler^ InteractiveMagnifyGlass(); | |
| XAML Attributes Usage | |
|---|---|
<object InteractiveMagnifyGlass=EventHandler<ExceptionRoutedEventArgs>/> ... | |
| XAML Attributes Usage | |
|---|---|
<object InteractiveMagnifyGlass=EventHandler<ExceptionRoutedEventArgs>/> ... | |
Only occurs when the ImageViewer.InteractiveMode property is set to ImageViewerInteractiveMode.MagnifyGlass.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code