DropIndicationEvents
Class
Routed events used to delegate the drawing of a drop indication to parent elements.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public static class DropIndicationEvents
Inheritance: objectDropIndicationEvents
Fields
ClearDropIndication
RoutedEvent
A routed event that is thrown by drag and drop behaviors or manual handling when a visual indication for a drop location is no longer required but was previously delegated to parents up the visual tree.
C#
public static readonly RoutedEvent ClearDropIndication
DisplayDropIndication
RoutedEvent
A routed event that is thrown by drag and drop behaviors or manual handling when a visual indication for a drop location is required but should be delegated to parents up the visual tree.
C#
public static readonly RoutedEvent DisplayDropIndication