Represents the delegate for handlers that receive Pan events.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As New InteractivePanEventHandler(AddressOf HandlerMethod)
|
XAML Syntax | |
---|
You cannot define a delegate in XAML. |
XAML Syntax | |
---|
You cannot define a delegate in XAML. |
Parameters
- sender
- An Object which invokes this handler.
- e
- A BitmapSourceViewerLineEventArgs that contains the event data.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also