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

GdViewer.BeforePageRotationEventArgs Constructor

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

Parameters

routedEvent
See Also