C# Класс GSoft.Dynamite.Examples.Branding.Features.Project_Brand.Project_BrandEventReceiver

Наследование: SPFeatureReceiver
Показать файл Открыть проект

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

Метод Описание
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Branding feature activation handler

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Branding feature deactivation handler

Описание методов

FeatureActivated() публичный Метод

Branding feature activation handler
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The context
Результат void

FeatureDeactivating() публичный Метод

Branding feature deactivation handler
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The context
Результат void