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

Region that keeps all the views in it as active. Deactivation of views is not allowed.
Inheritance: Region
Afficher le fichier Open project: xperiandri/PortablePrism Class Usage Examples

Méthodes publiques

Méthode Description
Deactivate ( object view ) : void

Deactive is not valid in this Region. This method will always throw InvalidOperationException.

Method Details

Deactivate() public méthode

Deactive is not valid in this Region. This method will always throw InvalidOperationException.
Every time this method is called.
public Deactivate ( object view ) : void
view object The view to deactivate.
Résultat void