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
显示文件 Open project: xperiandri/PortablePrism Class Usage Examples

Public Methods

Method Description
Deactivate ( object view ) : void

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

Method Details

Deactivate() public method

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.
return void