NSToolbarWillInsert Delegate

Definition

public delegate AppKit.NSToolbarItem NSToolbarWillInsert(NSToolbar toolbar, string itemIdentifier, bool willBeInserted);
type NSToolbarWillInsert = delegate of NSToolbar * string * bool -> NSToolbarItem

Parameters

toolbar
NSToolbar
itemIdentifier
String
willBeInserted
Boolean

Return Value

Applies to