In This Topic

BookmarksTree.NodeSelectedEventArgs Constructor(String,Int32)

In This Topic
Syntax
'Declaration

 

Public Function New( _

   ByVal NodeText As String, _

   ByVal PDFBookmarkID As Integer _

)
public BookmarksTree.NodeSelectedEventArgs( 

   string NodeText,

   int PDFBookmarkID

)
public BookmarksTree.NodeSelectedEventArgs( 

    NodeText: String;

    PDFBookmarkID: Integer

); 
public function BookmarksTree.NodeSelectedEventArgs( 

   NodeText : String,

   PDFBookmarkID : int

);
public: BookmarksTree.NodeSelectedEventArgs( 

   string* NodeText,

   int PDFBookmarkID

)
public:

BookmarksTree.NodeSelectedEventArgs( 

   String^ NodeText,

   int PDFBookmarkID

)

Parameters

NodeText
PDFBookmarkID
See Also