NSCollectionViewDelegateFlowLayout.DraggingSessionEnded Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[Foundation.Export("collectionView:draggingSession:endedAtPoint:dragOperation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DraggingSessionEnded (AppKit.NSCollectionView collectionView, AppKit.NSDraggingSession draggingSession, CoreGraphics.CGPoint screenPoint, AppKit.NSDragOperation dragOperation);
abstract member DraggingSessionEnded : AppKit.NSCollectionView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * AppKit.NSDragOperation -> unit
override this.DraggingSessionEnded : AppKit.NSCollectionView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * AppKit.NSDragOperation -> unit
Параметры
- collectionView
- NSCollectionView
- draggingSession
- NSDraggingSession
- screenPoint
- CGPoint
- dragOperation
- NSDragOperation
- Атрибуты