AccountCreatedEventHandler Delegate
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Delegate Sub AccountCreatedEventHandler
'Usage
Dim instance As New AccountCreatedEventHandler(AddressOf HandlerMethod)
public delegate void AccountCreatedEventHandler()