ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / IOnLongOpInProgressProvider Interface / OnLongOpInProgress Method / OnLongOpInProgress(Boolean) Method

In This Topic
    OnLongOpInProgress(Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Sub OnLongOpInProgress( _
       ByRef cancel As Boolean _
    ) 
    void OnLongOpInProgress( 
       out bool cancel
    )

    Parameters

    cancel
    See Also