Share via


ManageMetadataProxyPage.OkButton_Click Method

This member is reserved for internal use and is not intended to be used directly from your code. Manages the onclick event for the OK button on the Created Shared Application page.

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

Remarks

Creates or modifies a shared application.

See Also

Reference

ManageMetadataProxyPage Class

ManageMetadataProxyPage Members

Microsoft.SharePoint.Taxonomy.OM.CodeBehind Namespace