FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GroupPanelStyles Class / UnsubscribeOnStyleChanged Method
Style to unsubscribe.

In This Topic
    UnsubscribeOnStyleChanged Method (GroupPanelStyles)
    In This Topic
    To unsubscribe to events of changing styles.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UnsubscribeOnStyleChanged( _
       ByVal item As Style _
    ) 
    protected virtual void UnsubscribeOnStyleChanged( 
       Style item
    )

    Parameters

    item
    Style to unsubscribe.
    See Also