Spread WinForms 15
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
See Also