Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / RegisterExternalStartupScriptBlock Method
The type.
The key.
The script.


In This Topic
    RegisterExternalStartupScriptBlock Method
    In This Topic
    Registers the external startup script block that is executed by Spread after each Ajax call.
    Syntax
    'Declaration
     
    
    Public Sub RegisterExternalStartupScriptBlock( _
       ByVal type As Type, _
       ByVal key As String, _
       ByVal script As String _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim type As Type
    Dim key As String
    Dim script As String
     
    instance.RegisterExternalStartupScriptBlock(type, key, script)
    public void RegisterExternalStartupScriptBlock( 
       Type type,
       string key,
       string script
    )

    Parameters

    type
    The type.
    key
    The key.
    script
    The script.
    See Also