My blog about everything SharePoint, .Net, IT, technology, basics, intermediate, and advanced.
Sunday, June 1, 2008
Deploy an Event Handler using a Feature for SPFeatureReceiver
To deploy a event handler that will be activated when the feature is activated (i.e. overriding the following methods : FeatureInstalled, FeatureUninstalling, FeatureActivated, FeatureDeactivating et .. what ever comes under the parent inheiritance from SPFeatureReceiver.
Put the Event Handler .dll into the Assembly (GAC) then create a feature to install it:
No comments:
Post a Comment