PageCollectionEventArgs Constructor
In This Topic
Initializes a new instance of the
PageCollectionEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Page _
)
public PageCollectionEventArgs(
Page
)
Parameters
- value
- The Page object that was added.
See Also