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.
Represents the default empty implementation of the OkButton object’s click handler.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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 sending the event.
e
Type: System.EventArgsA System.EventArgs object that contains the event data.