New to Telerik UI for WPFStart a free 30-day trial

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

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

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