ContentDatabaseSection.DatabaseSubmitted Event
Occurs when validating the DatabaseName.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Event DatabaseSubmitted As ServerValidateEventHandler
'Usage
Dim instance As ContentDatabaseSection
Dim handler As ServerValidateEventHandler
AddHandler instance.DatabaseSubmitted, handler
public event ServerValidateEventHandler DatabaseSubmitted