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)

Syntax

'Declaration
Public Delegate Sub AccountCreatedEventHandler
'Usage
Dim instance As New AccountCreatedEventHandler(AddressOf HandlerMethod)
public delegate void AccountCreatedEventHandler()

See also

Reference

Microsoft.SharePoint.WebControls namespace