True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.Util.Xml.Serialization Namespace / Serializer Class / OnLongOpInProgressProvider Property

In This Topic
    OnLongOpInProgressProvider Property (Serializer)
    In This Topic
    Sets or returns 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