DocConvLauncher.BtnSubmit_Click method

NOTE: This API is now obsolete.

Submits a request to the specified sender using the specified event arguments.

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

  • args
    Type: System.EventArgs

    T:System.EventArgs object that represents event arguments

See also

Reference

DocConvLauncher class

DocConvLauncher members

Microsoft.Office.DocumentManagement.AdminPages namespace