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