In This Topic
GdPicture14.WPF Namespace / GdViewer.PageDisplayedEventArgs Class / GdViewer.PageDisplayedEventArgs Constructor

GdViewer.PageDisplayedEventArgs Constructor

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

Parameters

routedEvent
See Also