| C1.Xaml.RichTextBox Namespace > C1PagesPanel Class : PointerMoved Event |
'DeclarationPublic Event PointerMoved As Windows.UI.Xaml.Input.PointerEventHandler
'UsageDim instance As C1PagesPanel Dim handler As Windows.UI.Xaml.Input.PointerEventHandler AddHandler instance.PointerMoved, handler
public event Windows.UI.Xaml.Input.PointerEventHandler PointerMoved
The event handler receives an argument of type Windows.UI.Xaml.Input.PointerRoutedEventArgs containing data related to this event. The following PointerRoutedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Handled | |
| KeyModifiers | |
| OriginalSource | (Inherited from Windows.UI.Xaml.RoutedEventArgs) |
| Pointer |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2