SPConfigurationChangeEventArgs.ChangeEvent Property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeEvent As SPPersistedObjectChangeEvent
Get
'Usage
Dim instance As SPConfigurationChangeEventArgs
Dim value As SPPersistedObjectChangeEvent
value = instance.ChangeEvent
public SPPersistedObjectChangeEvent ChangeEvent { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPersistedObjectChangeEvent
See Also
Reference
SPConfigurationChangeEventArgs Class