次の方法で共有


NSTableViewDataSource_Extensions.DraggingSessionEnded メソッド

定義

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DraggingSessionEnded (this AppKit.INSTableViewDataSource This, AppKit.NSTableView tableView, AppKit.NSDraggingSession draggingSession, CoreGraphics.CGPoint endedAtScreenPoint, AppKit.NSDragOperation operation);
static member DraggingSessionEnded : AppKit.INSTableViewDataSource * AppKit.NSTableView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * AppKit.NSDragOperation -> unit

パラメーター

tableView
NSTableView
draggingSession
NSDraggingSession
endedAtScreenPoint
CGPoint
operation
NSDragOperation
属性

適用対象