DotMSN

ConversationCreatedEventHandler Delegate

Used when a new conversation is created.

[Visual Basic]
Public Delegate Sub ConversationCreatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ConversationCreatedEventArgs _
)
[C#]
public delegate void ConversationCreatedEventHandler(
   object sender,
   ConversationCreatedEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN Namespace