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