NSTableViewSource.UpdateDraggingItems(NSTableView, NSDraggingInfo) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[Foundation.Export("tableView:updateDraggingItemsForDrag:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateDraggingItems (AppKit.NSTableView tableView, AppKit.NSDraggingInfo draggingInfo);
abstract member UpdateDraggingItems : AppKit.NSTableView * AppKit.NSDraggingInfo -> unit
override this.UpdateDraggingItems : AppKit.NSTableView * AppKit.NSDraggingInfo -> unit
Parameter
- tableView
- NSTableView
- draggingInfo
- NSDraggingInfo
- Attribute