Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICompositeExtendData Interface / Detach Method
The extensible object that aggregates this extension.


In This Topic
    Detach Method (ICompositeExtendData)
    In This Topic
    Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensionObject<T>.Extensions property.
    Syntax
    'Declaration
     
    
    Sub Detach( _
       ByVal owner As Styles _
    ) 
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim owner As Styles
     
    instance.Detach(owner)
    void Detach( 
       Styles owner
    )

    Parameters

    owner
    The extensible object that aggregates this extension.
    See Also