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

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