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.

C# | Visual Basic | Visual C++ |
public virtual void UpdateChangeCount( NSDocumentChangeType changeType )
Public Overridable Sub UpdateChangeCount ( _ changeType As NSDocumentChangeType _ )
public: virtual void UpdateChangeCount( NSDocumentChangeType changeType )

- changeType (NSDocumentChangeType)
- The type of change made to the document.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)