ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DisposablesCollection Class / Add Method / Add(IDisposable) Method

In This Topic
    Add(IDisposable) Method
    In This Topic
    Registers action to be invoked on object dispose
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal disposable As IDisposable _
    ) 
    public void Add( 
       IDisposable disposable
    )

    Parameters

    disposable
    See Also