Occurs when pages are added, inserted or removed from this
RasterImage object.
Supported in Silverlight, Windows Phone 7
Syntax
Event Data
The event handler receives an argument of type RasterImagePagesChangedEventArgs containing data related to this event. The following RasterImagePagesChangedEventArgs properties provide information specific to this event.
Property | Description |
---|
Action | Indicates whether pages are added, removed or inserted. Supported in Silverlight, Windows Phone 7 |
Count | The number of pages being added, removed inserted. Supported in Silverlight, Windows Phone 7 |
StartIndex | The index of the index of the first page being added, removed inserted. Supported in Silverlight, Windows Phone 7 |
Example
Remarks
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
See Also