ComponentOne Gauges for WPF and Silverlight
PreviewDragEnter Event (C1KnobPointerCap)

C1.WPF.Gauge Namespace > C1KnobPointerCap Class : PreviewDragEnter Event
Syntax
'Declaration
 
Public Event PreviewDragEnter As System.Windows.DragEventHandler
public event System.Windows.DragEventHandler PreviewDragEnter
Event Data

The event handler receives an argument of type System.Windows.DragEventArgs containing data related to this event. The following DragEventArgs properties provide information specific to this event.

PropertyDescription
 
 
(Inherited from System.Windows.RoutedEventArgs)
See Also