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 SourceAllowedEffect
Declaration
public DragDropEffects AllowedEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| DragDropEffects |
Data
Declaration
public object Data { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Effect
Declaration
public DragDropEffects Effect { get; set; }
Property Value
| Type | Description |
|---|---|
| DragDropEffects |
KeyState
Declaration
public int KeyState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
X
Declaration
public int X { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Y
Declaration
public int Y { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Events
| Improve this Doc View SourceEffectChanged
Declaration
public event DragEventArgs.ChangedDelegate EffectChanged
Event Type
| Type | Description |
|---|---|
| DragEventArgs.ChangedDelegate |