SelectorRegionAdapter.AttachBehaviors Method

Attach new behaviors.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

protected override void AttachBehaviors(
    IRegion region,
    Selector regionTarget
)
'Declaration
Protected Overrides Sub AttachBehaviors ( _
    region As IRegion, _
    regionTarget As Selector _
)

Parameters

Remarks

This class attaches the base behaviors and also listens for changes in the activity of the region or the control selection and keeps the in sync.

See Also

SelectorRegionAdapter Class

Microsoft.Practices.Prism.Regions Namespace