ContentTypeSyndicationHubsPage.OKButton_Click Method

This member is reserved for internal use and is not intended to be used directly from your code. Handles the event raised when the OK button is clicked.

Namespace:  Microsoft.SharePoint.Taxonomy.OM.CodeBehind
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Protected Sub OKButton_Click ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs

Me.OKButton_Click(sender, e)
protected void OKButton_Click(
    Object sender,
    EventArgs e
)

Parameters

See Also

Reference

ContentTypeSyndicationHubsPage Class

ContentTypeSyndicationHubsPage Members

Microsoft.SharePoint.Taxonomy.OM.CodeBehind Namespace