C# Класс Microsoft.Practices.Prism.Regions.RegionBehavior

Provides a base class for region's behaviors.
Наследование: IRegionBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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