Members





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

GdViewer.AfterPrintPageEventArgs Class

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

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

See Also