Class DropIndicationDetails
Inheritance
System.Object
DropIndicationDetails
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class DropIndicationDetails : INotifyPropertyChanged
Properties
| Improve this Doc View SourceCurrentDraggedItem
Declaration
public object CurrentDraggedItem { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
CurrentDraggedOverItem
Declaration
public object CurrentDraggedOverItem { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
CurrentDropPosition
Declaration
public DropPosition CurrentDropPosition { get; set; }
Property Value
Type | Description |
---|---|
DropPosition |
DropIndex
Declaration
public int DropIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged