Show / Hide Table of Contents

Class DragEventArgs

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
DragEventArgs
Inherited Members
RoutedEventArgs.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
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class DragEventArgs : RoutedEventArgs

Properties

| Improve this Doc View Source

Data

Declaration
[NotImplemented]
public IDataObject Data { get; }
Property Value
Type Description
IDataObject
| Improve this Doc View Source

Handled

Declaration
[NotImplemented]
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

GetPosition(UIElement)

Declaration
[NotImplemented]
public Point GetPosition(UIElement relativeTo)
Parameters
Type Name Description
UIElement relativeTo
Returns
Type Description
Point
  • Improve this Doc
  • View Source