Returns a Boolean value that indicates whether the parent should allow a given new connection to be created and configured.
Original signature is '- (BOOL)makeNewConnection:(NSConnection *)newConnection sender:(NSConnection *)parentConnection'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public event NSConnection..::..MakeNewConnectionSenderEventHandler MakeNewConnectionSender
Public Event MakeNewConnectionSender As NSConnection..::..MakeNewConnectionSenderEventHandler
public: event NSConnection..::..MakeNewConnectionSenderEventHandler^ MakeNewConnectionSender { void add (NSConnection..::..MakeNewConnectionSenderEventHandler^ value); void remove (NSConnection..::..MakeNewConnectionSenderEventHandler^ value); }

YES if parentConnection should allow newConnnection to be created and configured, NO if parentConnection should refuse and immediately release newConnection.

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