Class DropIndicationEvents
Routed events used to delegate the drawing of a drop indication to parent elements.
Inheritance
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public static class DropIndicationEvents : Object
Fields
ClearDropIndication
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.
Declaration
public static readonly RoutedEvent ClearDropIndication
Field Value
RoutedEvent
|
DisplayDropIndication
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.
Declaration
public static readonly RoutedEvent DisplayDropIndication
Field Value
RoutedEvent
|