Share via


RegionBehavior.OnAttach Method

Override this method to perform the logic after the behavior has been attached.

Namespace:  Microsoft.Practices.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Protected MustOverride Sub OnAttach
protected abstract void OnAttach()
protected:
virtual void OnAttach() abstract
function onAttach();

See Also

RegionBehavior Class

Microsoft.Practices.Composite.Presentation.Regions Namespace