MonobjcMonobjc Documented Class Library
ReloadItemReloadChildren Method (item, reloadChildren)
NamespacesMonobjc.AppKitNSOutlineViewReloadItemReloadChildren(Id, Boolean)

Reloads a given item and, optionally, its children.

Original signature is '- (void)reloadItem:(id)item reloadChildren:(BOOL)reloadChildren'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReloadItemReloadChildren(
	Id item,
	bool reloadChildren
)
Public Overridable Sub ReloadItemReloadChildren ( _
	item As Id, _
	reloadChildren As Boolean _
)
public:
virtual void ReloadItemReloadChildren(
	Id^ item, 
	bool reloadChildren
)
Parameters
item (Id)
An item in the receiver.
reloadChildren (Boolean)
If YES, recursively reloads item and its children. If NO, reloads item only (identical to reloadItem:).
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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