StreamLink for Silverlight
IChatEvent Interface
StreamLink for SilverlightCaplin.StreamLink.Subscription.ChatIChatEvent
Provides information when a chat message is received. (Chat).
Declaration Syntax
C#Visual BasicVisual C++
public interface IChatEvent : ISubscriptionDataEvent
Public Interface IChatEvent _
	Implements ISubscriptionDataEvent
public interface class IChatEvent : ISubscriptionDataEvent
Members
All MembersProperties



IconMemberDescription
Message
Gets or sets the chat message.

Subject
Gets the name of the subject that the subscription data event relates to.
(Inherited from ISubscriptionDataEvent.)
SubjectType
Gets the type of the subject that the subscription data event relates to.
(Inherited from ISubscriptionDataEvent.)
Time
Gets the time at which this update was generated.

Type
Gets the type of the subscription data event.
(Inherited from ISubscriptionDataEvent.)
User
Gets the username of the user who sent the message.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.19.0 (5.0.19.0)