ContentDeploymentEventArgs Class
Encapsulates content deployment event data.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SharePoint.Publishing.Administration.ContentDeploymentEventArgs
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentEventArgs _
Inherits EventArgs
'Usage
Dim instance As ContentDeploymentEventArgs
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ContentDeploymentEventArgs : EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ContentDeploymentEventArgs Members