SPConfigurationChangeEventArgs.ChangeEvent property
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