MonobjcMonobjc Documented Class Library
NoteHeightOfRowsWithIndexesChanged Method (indexSet)
NamespacesMonobjc.AppKitNSTableViewNoteHeightOfRowsWithIndexesChanged(NSIndexSet)

Informs the receiver that the rows specified in indexSet have changed height.

Original signature is '- (void)noteHeightOfRowsWithIndexesChanged:(NSIndexSet *)indexSet'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void NoteHeightOfRowsWithIndexesChanged(
	NSIndexSet indexSet
)
Public Overridable Sub NoteHeightOfRowsWithIndexesChanged ( _
	indexSet As NSIndexSet _
)
public:
virtual void NoteHeightOfRowsWithIndexesChanged(
	NSIndexSet^ indexSet
)
Parameters
indexSet (NSIndexSet)
MISSING
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)