C# 클래스 Microsoft.Practices.Prism.Regions.RegionBehavior

Provides a base class for region's behaviors.
상속: IRegionBehavior
파일 보기 프로젝트 열기: xperiandri/PortablePrism

공개 메소드들

메소드 설명
Attach ( ) : void

Attaches the behavior to the region.

보호된 메소드들

메소드 설명
OnAttach ( ) : void

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

메소드 상세

Attach() 공개 메소드

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

OnAttach() 보호된 추상적인 메소드

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