Members





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

GdViewer.BeforePageRotationEventArgs Class

In This Topic
Provides data for the BeforePageRotation event.
Syntax
'Declaration
 
Public Class GdViewer.BeforePageRotationEventArgs 
   Inherits System.Windows.RoutedEventArgs
public class GdViewer.BeforePageRotationEventArgs : System.Windows.RoutedEventArgs 
public class GdViewer.BeforePageRotationEventArgs = class(System.Windows.RoutedEventArgs)
public class GdViewer.BeforePageRotationEventArgs extends System.Windows.RoutedEventArgs
public __gc class GdViewer.BeforePageRotationEventArgs : public System.Windows.RoutedEventArgs 
public ref class GdViewer.BeforePageRotationEventArgs : public System.Windows.RoutedEventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         GdPicture14.WPF.GdViewer.BeforePageRotationEventArgs

See Also