Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesManagerSelectedTabBehavior Class / OnDetachingFrom Method
The view to which the behavior is attached.

In This Topic
    OnDetachingFrom Method (RulesManagerSelectedTabBehavior)
    In This Topic
    Called before the behavior is detached from the control.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnDetachingFrom( _
       ByVal view As C1TabControl _
    ) 
    protected override void OnDetachingFrom( 
       C1TabControl view
    )

    Parameters

    view
    The view to which the behavior is attached.
    See Also