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

In This Topic
    OnAttachedTo Method (RulesManagerSelectedTabBehavior)
    In This Topic
    Called when the behavior is attached to the control.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnAttachedTo( _
       ByVal view As C1TabControl _
    ) 
    protected override void OnAttachedTo( 
       C1TabControl view
    )

    Parameters

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