ClassDropIndicationEvents
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:
cs-api-definition
public static class DropIndicationEvents
Inheritance: objectDropIndicationEvents
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
cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "The RoutedEvent is immutable.")]
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
cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "The RoutedEvent is immutable.")]
public static readonly RoutedEvent DisplayDropIndication
Field Value
RoutedEvent