DotMSN

Owner.ProfileReceivedEventHandler Delegate

[Visual Basic]
Public Delegate Sub Owner.ProfileReceivedEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
public delegate void Owner.ProfileReceivedEventHandler(
   object sender,
   EventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace