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

In This Topic
    LongOperationEventSender Property (XpsC1Doc)
    In This Topic
    Gets or sets the sender argument for the long operation event. If not set, the current object is used.
    Syntax
    'Declaration
     
    Public Property LongOperationEventSender As Object
    public object LongOperationEventSender {get; set;}
    See Also