Show / Hide Table of Contents

Class IndicatingInsertionLocationEventArgs<TItemsControlType>

Information about the IndicatingInsertionLocation event.

Inheritance
System.Object
System.EventArgs
ExtendedRoutedEventArgs
IndicatingInsertionLocationEventArgs<TItemsControlType>
Inherited Members
ExtendedRoutedEventArgs.Handled
ExtendedRoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public sealed class IndicatingInsertionLocationEventArgs<TItemsControlType> : ExtendedRoutedEventArgs
Type Parameters
Name Description
TItemsControlType

The type of the control that contains the items that can be dragged.

Properties

| Improve this Doc View Source

DropTarget

Gets the drop target.

Declaration
public TItemsControlType DropTarget { get; }
Property Value
Type Description
TItemsControlType
| Improve this Doc View Source

InsertionIndex

Gets the insertion index.

Declaration
public int? InsertionIndex { get; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

InsertionIndicatorGeometry

Gets or sets the geometry to use to indicate the insertion point.

Declaration
public Geometry InsertionIndicatorGeometry { get; set; }
Property Value
Type Description
Geometry

Methods

| Improve this Doc View Source

GetPosition(UIElement)

Returns a drop point that is relative to a specified System.Windows.UIElement.

Declaration
public Point GetPosition(UIElement relativeTo)
Parameters
Type Name Description
UIElement relativeTo

A UIElement object for which to get a relative drop point.

Returns
Type Description
Point

A drop point that is relative to the element specified in relativeTo.

  • Improve this Doc
  • View Source