RegionBehavior.IsAttached Property

Returns truetrue (True in Visual Basic) if the behavior is attached to a region, falsefalse (False in Visual Basic) otherwise.

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

Syntax

public bool IsAttached { get; private set; }
'Declaration
Public Property IsAttached As Boolean
    Get
    Private Set

See Also

RegionBehavior Class

Microsoft.Practices.Prism.Regions Namespace