C# Class MonoMac.Foundation.NSNotificationCenter

Show file Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
AddObserver ( string aName, Action notify ) : NSObject
AddObserver ( string aName, Action notify, NSObject fromObject ) : NSObject

Method Details

AddObserver() public method

public AddObserver ( string aName, Action notify ) : NSObject
aName string
notify Action
return NSObject

AddObserver() public method

public AddObserver ( string aName, Action notify, NSObject fromObject ) : NSObject
aName string
notify Action
fromObject NSObject
return NSObject