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