CAAnimation.DidChangeValueForKey(String) Method

Definition

As part of key-value observing, indicates that the value represented by key has changed.

[Foundation.Export("didChangeValueForKey:")]
public virtual void DidChangeValueForKey (string key);
abstract member DidChangeValueForKey : string -> unit
override this.DidChangeValueForKey : string -> unit

Parameters

key
String
Attributes

Applies to