Cuminas DjVu SDK for .NET Framework
PageRenamingEventArgs Constructor



Syntax
Public Function New( _
   ByVal page As Page, _
   ByVal oldName As String, _
   ByVal newName As String _
)
Dim page As Page
Dim oldName As String
Dim newName As String
 
Dim instance As New PageRenamingEventArgs(page, oldName, newName)
public PageRenamingEventArgs( 
   Page page,
   string oldName,
   string newName
)
public:
PageRenamingEventArgs( 
   Page^ page,
   String^ oldName,
   String^ newName
)

Parameters

page
oldName
newName
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

PageRenamingEventArgs Class
PageRenamingEventArgs Members

Send Feedback