SyncRegionContextWithHostBehavior Members

Include Protected Members
Include Inherited Members

The SyncRegionContextWithHostBehavior type exposes the following members.

Constructors

  Name Description
Public method SyncRegionContextWithHostBehavior

Methods

  Name Description
Public method Attach
Attaches the behavior to the region.
(Inherited from RegionBehavior.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnAttach
Override this method to perform the logic after the behavior has been attached.
(Overrides RegionBehavior.OnAttach().)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Public fieldStatic member BehaviorKey
Name that identifies the SyncRegionContextWithHostBehavior behavior in a collection of RegionsBehaviors.

Properties

  Name Description
Public property HostControl
Gets or sets the DependencyObject that the IRegion is attached to.
Public property IsAttached
Returns truetrue (True in Visual Basic) if the behavior is attached to a region, falsefalse (False in Visual Basic) otherwise.
(Inherited from RegionBehavior.)
Public property Region
Behavior's attached region.
(Inherited from RegionBehavior.)

See Also

SyncRegionContextWithHostBehavior Class

Microsoft.Practices.Prism.Regions.Behaviors Namespace