| Visual Basic (Declaration) | |
|---|---|
Public Event Pan() As ImagePanViewer.PanEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event ImagePanViewer.PanEventHandler Pan() | |
| C++/CLI | |
|---|---|
public: event ImagePanViewer.PanEventHandler^ Pan(); | |
| XAML Attributes Usage | |
|---|---|
<object Pan=EventHandler<ExceptionRoutedEventArgs>/> ... | |
| XAML Attributes Usage | |
|---|---|
<object Pan=EventHandler<ExceptionRoutedEventArgs>/> ... | |
This property provides the current status of the pan operation: Begin, Panning, or End.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code