Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an value indicating what type of change happened to the object.
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