Returns an arbitrary object identifying a new conversation being created for the connection in the current thread.
Original signature is '- (id)createConversationForConnection:(NSConnection *)conn'
Available in Mac OS X v10.0 and later.

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

An arbitrary object identifying a new conversation being created for the connection in the current thread.

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