C# Class Monobjc.AppKit.NSDraggingItem

显示文件 Open project: Monobjc/monobjc

Public Methods

Method Description
SetImageComponentsProvider ( System.Action imageComponentsProvider ) : void

An array of Blocks that provide the dragging image components.

Original signature is '@property(copy) NSArray *(^imageComponentsProvider)(void)'

Available in OS X v10.7 and later.

Method Details

SetImageComponentsProvider() public method

An array of Blocks that provide the dragging image components.

Original signature is '@property(copy) NSArray *(^imageComponentsProvider)(void)'

Available in OS X v10.7 and later.

public SetImageComponentsProvider ( System.Action imageComponentsProvider ) : void
imageComponentsProvider System.Action
return void