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.
Represents the delegate method that will handle the account creation event. This happens when the OK button of the user control is clicked to register managed account.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Delegate Sub AccountCreatedEventHandler
'Usage
Dim instance As New AccountCreatedEventHandler(AddressOf HandlerMethod)
public delegate void AccountCreatedEventHandler()