| C1.Xaml.RichTextBox Namespace > C1RichTextPresenter Class : DragOver Event |
'DeclarationPublic Event DragOver As Windows.UI.Xaml.DragEventHandler
'UsageDim instance As C1RichTextPresenter Dim handler As Windows.UI.Xaml.DragEventHandler AddHandler instance.DragOver, handler
public event Windows.UI.Xaml.DragEventHandler DragOver
The event handler receives an argument of type Windows.UI.Xaml.DragEventArgs containing data related to this event. The following DragEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Data | |
| Handled | |
| OriginalSource | (Inherited from Windows.UI.Xaml.RoutedEventArgs) |
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