MonobjcMonobjc Documented Class Library
UpdateChangeCount Method (changeType)
NamespacesMonobjc.AppKitNSDocumentUpdateChangeCount(NSDocumentChangeType)

Updates the receiver’s change count according to the given change type.

Original signature is '- (void)updateChangeCount:(NSDocumentChangeType)changeType'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void UpdateChangeCount(
	NSDocumentChangeType changeType
)
Public Overridable Sub UpdateChangeCount ( _
	changeType As NSDocumentChangeType _
)
public:
virtual void UpdateChangeCount(
	NSDocumentChangeType changeType
)
Parameters
changeType (NSDocumentChangeType)
The type of change made to the document.
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)