MonobjcMonobjc Documented Class Library
DidChangeValueForKey Method (key)
NamespacesMonobjc.FoundationNSObjectDidChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property has changed.

Original signature is '- (void)didChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DidChangeValueForKey(
	NSString key
)
Public Overridable Sub DidChangeValueForKey ( _
	key As NSString _
)
public:
virtual void DidChangeValueForKey(
	NSString^ key
)
Parameters
key (NSString)
The name of the property that changed.
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.Foundation (Module: Monobjc.Foundation)