Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal action As RasterImagePagesChangedAction, _ ByVal startIndex As Integer, _ ByVal count As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImagePagesChangedEventArgs( RasterImagePagesChangedAction action, int startIndex, int count ) |
Managed Extensions for C++ | |
---|---|
public: RasterImagePagesChangedEventArgs( RasterImagePagesChangedAction action, int startIndex, int count ) |
C++/CLI | |
---|---|
public: RasterImagePagesChangedEventArgs( RasterImagePagesChangedAction action, int startIndex, int count ) |
Parameters
- action
- Indicates whether pages are added, removed or inserted.
- startIndex
- The index of the first page being added, removed or inserted.
- count
- The number of pages being added, removed or inserted.
For an example, refer to RasterImagePagesChangedEventArgs.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family