Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code. Represents the on-click event for the OK button.
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
sender
Type: System.ObjectObject object that represents the sender of the request
e
Type: System.EventArgsEvent arguments.