C# Class Microsoft.Practices.Prism.Regions.RegionBehavior

Provides a base class for region's behaviors.
Inheritance: IRegionBehavior
Afficher le fichier Open project: xperiandri/PortablePrism

Méthodes publiques

Méthode Description
Attach ( ) : void

Attaches the behavior to the region.

Méthodes protégées

Méthode Description
OnAttach ( ) : void

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

Method Details

Attach() public méthode

Attaches the behavior to the region.
public Attach ( ) : void
Résultat void

OnAttach() protected abstract méthode

Override this method to perform the logic after the behavior has been attached.
protected abstract OnAttach ( ) : void
Résultat void