Share via


DocConvLoadBalancer.BtnSubmit_Click method

NOTE: This API is now obsolete.

Triggers an event with the specified event arguments when the button is clicked.

Namespace:  Microsoft.Office.DocumentManagement.AdminPages
Assembly:  Microsoft.Office.DocumentManagement.AdminPages (in Microsoft.Office.DocumentManagement.AdminPages.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions",  _
    False)> _
Protected Sub BtnSubmit_Click ( _
    sender As Object, _
    args As EventArgs _
)
'Usage
Dim sender As Object
Dim args As EventArgs

Me.BtnSubmit_Click(sender, args)
[ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions", 
    false)]
protected void BtnSubmit_Click(
    Object sender,
    EventArgs args
)

Parameters

  • sender
    Type: System.Object

    The Object object that sends specific arguments when the button is clicked.

See also

Reference

DocConvLoadBalancer class

DocConvLoadBalancer members

Microsoft.Office.DocumentManagement.AdminPages namespace