Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintDocumentEventArgs Class / EventType Property


In This Topic
    EventType Property
    In This Topic
    Gets the type of PrintDocument event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EventType As PrintDocumentEventType
    'Usage
     
    
    Dim instance As PrintDocumentEventArgs
    Dim value As PrintDocumentEventType
     
    value = instance.EventType
    public PrintDocumentEventType EventType {get;}
    See Also