Class DragEventArgs
Inherited Members
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 SourceData
Declaration
[NotImplemented]
public IDataObject Data { get; }
Property Value
| Type | Description |
|---|---|
| IDataObject |
Handled
Declaration
[NotImplemented]
public bool Handled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceGetPosition(UIElement)
Declaration
[NotImplemented]
public Point GetPosition(UIElement relativeTo)
Parameters
| Type | Name | Description |
|---|---|---|
| UIElement | relativeTo |
Returns
| Type | Description |
|---|---|
| Point |