SPWindowsService.OnPasswordChange method

Override this if you need special processing for password change events.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Friend Overridable Sub OnPasswordChange ( _
    eventType As SPManagedAccount.EventType _
)
'Usage
Dim eventType As SPManagedAccount.EventType

Me.OnPasswordChange(eventType)
protected internal virtual void OnPasswordChange(
    SPManagedAccount.EventType eventType
)

Parameters

See also

Reference

SPWindowsService class

SPWindowsService members

Microsoft.SharePoint.Administration namespace