Called to trigger the action specified by the identifier.
Original signature is '- (void)runActionForKey:(NSString *)key object:(id)anObject arguments:(NSDictionary *)dict'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
void RunActionForKeyObjectArguments( NSString key, Id anObject, NSDictionary dict )
Sub RunActionForKeyObjectArguments ( _ key As NSString, _ anObject As Id, _ dict As NSDictionary _ )
void RunActionForKeyObjectArguments( NSString^ key, Id^ anObject, NSDictionary^ dict )

- key (NSString)
- The identifier of the action. The identifier may be a key or key path relative to anObject, an arbitrary external action, or one of the action identifiers defined in CALayer Class Reference.
- anObject (Id)
- The layer on which the action should occur.
- dict (NSDictionary)
- A dictionary containing parameters associated with this event. May be nil.

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