Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMessageBoxEventArgs Class
Members


In This Topic
    PrintMessageBoxEventArgs Class
    In This Topic
    Represents the event data for the PrintMessageBox event for the Spread component, which occurs when the print message box is to be displayed.
    Object Model
    PrintMessageBoxEventArgs Class
    Syntax
    'Declaration
     
    Public Class PrintMessageBoxEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As PrintMessageBoxEventArgs
    public class PrintMessageBoxEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.PrintMessageBoxEventArgs

    See Also