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