GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.PdfPasswordRequestEventArgs Class / GdViewer.PdfPasswordRequestEventArgs Constructor / GdViewer.PdfPasswordRequestEventArgs Constructor(RoutedEvent)





In This Topic
GdViewer.PdfPasswordRequestEventArgs Constructor(RoutedEvent)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As RoutedEvent _
)
public GdViewer.PdfPasswordRequestEventArgs( 
   RoutedEvent routedEvent
)
public GdViewer.PdfPasswordRequestEventArgs( 
    routedEvent: RoutedEvent
); 
public function GdViewer.PdfPasswordRequestEventArgs( 
   routedEvent : RoutedEvent
);
public: GdViewer.PdfPasswordRequestEventArgs( 
   RoutedEvent* routedEvent
)
public:
GdViewer.PdfPasswordRequestEventArgs( 
   RoutedEvent^ routedEvent
)

Parameters

routedEvent
See Also