Spread Windows Forms 15.0
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.
    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