PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview.Export.Xps Namespace / XpsC1Doc Class / LongOperationEventHandler Property

In This Topic
    LongOperationEventHandler Property (XpsC1Doc)
    In This Topic
    Gets or sets the delegate that will be called periodically while the document generates.
    Syntax
    'Declaration
     
    Public Property LongOperationEventHandler As C1.Win.LongOperationEventHandler
    public C1.Win.LongOperationEventHandler LongOperationEventHandler {get; set;}
    See Also