MonobjcMonobjc Documented Class Library
PasteboardFinishedWithDataProvider Method (pasteboard)
NamespacesMonobjc.AppKitINSPasteboardItemDataProviderPasteboardFinishedWithDataProvider(NSPasteboard)

Informs the receiver that the pasteboard no longer needs the data provider for any of its pasteboard items.

Original signature is '- (void)pasteboardFinishedWithDataProvider:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
void PasteboardFinishedWithDataProvider(
	NSPasteboard pasteboard
)
Sub PasteboardFinishedWithDataProvider ( _
	pasteboard As NSPasteboard _
)
void PasteboardFinishedWithDataProvider(
	NSPasteboard^ pasteboard
)
Parameters
pasteboard (NSPasteboard)
A pasteboard.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)