ContextDeactivated Element in ContextEventHandlers (SolutionManifestDeclarativeExtensions Schema)
Applies to: SharePoint Server 2010
Enables you to execute a specified action when a context is deactivated. For example, this can be used to execute a custom action to do cleanup when a context is deactivated.
Namespace: https://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions
Schema: SolutionManifestDeclarativeExtensions
<ContextDeactivated ActionName = "String" Description = "String"> </ContextDeactivated>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
ActionName |
The name of the action to execute. Required. Attribute type: String |
Description |
A description for the action. Optional. Attribute type: String |
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
The context event handlers for the context. |