Search Results for

    Show / Hide Table of Contents

    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 Source

    CurrentDraggedItem

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

    CurrentDraggedOverItem

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

    CurrentDropPosition

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

    DropIndex

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

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx