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

Provides a base class for region's behaviors.
Inheritance: IRegionBehavior
显示文件 Open project: xperiandri/PortablePrism

Public Methods

Method Description
Attach ( ) : void

Attaches the behavior to the region.

Protected Methods

Method Description
OnAttach ( ) : void

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

Method Details

Attach() public method

Attaches the behavior to the region.
public Attach ( ) : void
return void

OnAttach() protected abstract method

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