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

Inheritance: SPFeatureReceiver
Show file Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Branding feature activation handler

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Branding feature deactivation handler

Method Details

FeatureActivated() public method

Branding feature activation handler
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The context
return void

FeatureDeactivating() public method

Branding feature deactivation handler
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The context
return void