EditPropertyDisplayNames.AddNewLanguageButton_Click Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub AddNewLanguageButton_Click ( _
sender As Object, _
e As CommandEventArgs _
)
'Usage
Dim instance As EditPropertyDisplayNames
Dim sender As Object
Dim e As CommandEventArgs
instance.AddNewLanguageButton_Click(sender, _
e)
public void AddNewLanguageButton_Click(
Object sender,
CommandEventArgs e
)
Parameters
- sender
Type: System.Object
See Also
Reference
EditPropertyDisplayNames Class