Show / Hide Table of Contents

Class DragEventArgs

Inheritance
System.Object
System.EventArgs
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: CADability.Substitutes
Assembly: CADability.dll
Syntax
public class DragEventArgs : EventArgs

Properties

| Improve this Doc View Source

AllowedEffect

Declaration
public DragDropEffects AllowedEffect { get; set; }
Property Value
Type Description
DragDropEffects
| Improve this Doc View Source

Data

Declaration
public object Data { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Effect

Declaration
public DragDropEffects Effect { get; set; }
Property Value
Type Description
DragDropEffects
| Improve this Doc View Source

KeyState

Declaration
public int KeyState { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

X

Declaration
public int X { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Y

Declaration
public int Y { get; set; }
Property Value
Type Description
System.Int32

Events

| Improve this Doc View Source

EffectChanged

Declaration
public event DragEventArgs.ChangedDelegate EffectChanged
Event Type
Type Description
DragEventArgs.ChangedDelegate
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX