Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintDocument Class / EndPrint Event


In This Topic
    EndPrint Event
    In This Topic
    Occurs after the last page of the document has printed.
    Syntax
    'Declaration
     
    
    Public Event EndPrint As Nevron.Nov.Function(Of NPrintDocument,NEndPrintEventArgs)
    'Usage
     
    
    Dim instance As NPrintDocument
    Dim handler As Nevron.Nov.Function(Of NPrintDocument,NEndPrintEventArgs)
     
    AddHandler instance.EndPrint, handler
    public event Nevron.Nov.Function<NPrintDocument,NEndPrintEventArgs> EndPrint
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also