In This Topic

GdViewer.PdfUriNavigationEventArgs Constructor(RoutedEvent)

In This Topic
Syntax
'Declaration

 

Public Function New( _

   ByVal routedEvent As RoutedEvent _

)
public GdViewer.PdfUriNavigationEventArgs( 

   RoutedEvent routedEvent

)
public GdViewer.PdfUriNavigationEventArgs( 

    routedEvent: RoutedEvent

); 
public function GdViewer.PdfUriNavigationEventArgs( 

   routedEvent : RoutedEvent

);
public: GdViewer.PdfUriNavigationEventArgs( 

   RoutedEvent* routedEvent

)
public:

GdViewer.PdfUriNavigationEventArgs( 

   RoutedEvent^ routedEvent

)

Parameters

routedEvent
See Also