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