Class DropIndicationEventArgs
Provides data for the Display
Inheritance
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class DropIndicationEventArgs : RoutedEventArgs
Constructors
DropIndicationEventArgs(RoutedEvent, Object, FrameworkElement, DropPosition)
Initializes a new instance of the Drop
Declaration
protected DropIndicationEventArgs(RoutedEvent routedEvent, object source, FrameworkElement element, DropPosition position)
Parameters
System. The routed event identifier for this instance of the System. |
System. An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property. |
System. The Element an indication is requested for. |
Drop The position relative to the |
DropIndicationEventArgs(RoutedEvent, FrameworkElement, DropPosition)
Initializes a new instance of the Drop
Declaration
protected DropIndicationEventArgs(RoutedEvent routedEvent, FrameworkElement element, DropPosition position)
Parameters
System. The routed event identifier for this instance of the System. |
System. The Element an indication is requested for. |
Drop The position relative to the |
Properties
Element
Gets the element on which a drop occurred and indicator is requested for or removed for.
Declaration
public FrameworkElement Element { get; }
Property Value
System.
|
Position
Gets the Drop
Declaration
public DropPosition Position { get; }
Property Value
Methods
ClearIndication(FrameworkElement)
Initializes a new instance of the Drop
Declaration
public static DropIndicationEventArgs ClearIndication(FrameworkElement element)
Parameters
System. The element on which indication is no longer required. |
Returns
Drop An instance of Drop |
DropIndication(FrameworkElement, DropPosition)
Initializes a new instance of the Drop
Declaration
public static DropIndicationEventArgs DropIndication(FrameworkElement element, DropPosition position)
Parameters
System. The element on which indication is requested. |
Drop The drop position relative to the |
Returns
Drop An instance of Drop |