Property | Type | Description | |
---|---|---|---|
Actions | Dictionary |
Method | Description | |
---|---|---|
Add ( NSObject obj, string key, System.Action action ) : void | ||
ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, |
||
Remove ( NSObject obj, string key ) : void |
public Add ( NSObject obj, string key, System.Action action ) : void | ||
obj | NSObject | |
key | string | |
action | System.Action | |
return | void |
public ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, |
||
keyPath | NSString | |
ofObject | NSObject | |
change | NSDictionary | |
context | ||
return | void |
public Remove ( NSObject obj, string key ) : void | ||
obj | NSObject | |
key | string | |
return | void |