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