MonobjcMonobjc Documented Class Library
EditItemAtIndexPathWithEventSelect Method (indexPath, theEvent, select)
NamespacesMonobjc.AppKitNSBrowserEditItemAtIndexPathWithEventSelect(NSIndexPath, NSEvent, Boolean)

Begins editing the item at the specified path.

Original signature is '- (void)editItemAtIndexPath:(NSIndexPath *)indexPath withEvent:(NSEvent *)theEvent select:(BOOL)select'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EditItemAtIndexPathWithEventSelect(
	NSIndexPath indexPath,
	NSEvent theEvent,
	bool select
)
Public Overridable Sub EditItemAtIndexPathWithEventSelect ( _
	indexPath As NSIndexPath, _
	theEvent As NSEvent, _
	select As Boolean _
)
public:
virtual void EditItemAtIndexPathWithEventSelect(
	NSIndexPath^ indexPath, 
	NSEvent^ theEvent, 
	bool select
)
Parameters
indexPath (NSIndexPath)
The path of the item.
theEvent (NSEvent)
The event to use when beginning the edit.
select (Boolean)
If YES, the cells contents will be selected; if NO, they will not be selected.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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