ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / Serializer Class / OnLongOpInProgressProvider Property

In This Topic
    OnLongOpInProgressProvider Property (Serializer)
    In This Topic
    Returns or sets the object implementing IOnLongOpInProgressProvider interface (can be used to provide visual feedback to the user during serialization).
    Syntax
    'Declaration
     
    
    Public Property OnLongOpInProgressProvider As IOnLongOpInProgressProvider
    public IOnLongOpInProgressProvider OnLongOpInProgressProvider {get; set;}
    See Also