StreamLink for Silverlight
IPageEvent Interface
StreamLink for SilverlightCaplin.StreamLink.Subscription.PageIPageEvent
Provides information about a change to story data in a Story (SubjectType Story).
Declaration Syntax
C#Visual BasicVisual C++
public interface IPageEvent : ISubscriptionDataEvent
Public Interface IPageEvent _
	Implements ISubscriptionDataEvent
public interface class IPageEvent : ISubscriptionDataEvent
Members
All MembersProperties



IconMemberDescription
PageData
Gets the maximum number of Rows (MaxY), maximim number of columns (MaxX) as well as the page coordinates and their corresponding string values relating to the event.

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.)
Type
Gets the type of the subscription data event.
(Inherited from ISubscriptionDataEvent.)

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