DotMSN

EmoticonDefinitionReceivedEventHandler Delegate

Used when a emoticon definition is received from a remote contact.

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace