C# Class GSoft.Dynamite.Examples.Branding.Features.Project_Brand.Project_BrandEventReceiver

Inheritance: SPFeatureReceiver
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Branding feature activation handler

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Branding feature deactivation handler

Method Details

FeatureActivated() public méthode

Branding feature activation handler
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The context
Résultat void

FeatureDeactivating() public méthode

Branding feature deactivation handler
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The context
Résultat void