Qyoto.QAbstractItemModel.DropMimeData C# (CSharp) Method

DropMimeData() private method

private DropMimeData ( Qyoto.QMimeData data, Qt action, int row, int column, Qyoto.QModelIndex parent ) : bool
data Qyoto.QMimeData
action Qt
row int
column int
parent Qyoto.QModelIndex
return bool
        public virtual bool DropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
        {
            return (bool) interceptor.Invoke("dropMimeData#$$$#", "dropMimeData(const QMimeData*, Qt::DropAction, int, int, const QModelIndex&)", typeof(bool), typeof(QMimeData), data, typeof(Qt.DropAction), action, typeof(int), row, typeof(int), column, typeof(QModelIndex), parent);
        }