NeatUpload Documentation

ProgressBarBase.RegisterOnSubmitStatement Method 

NOTE: This method is now obsolete.

No longer necessary


This method does nothing. It is only provided to ensure API compatibility with earlier NeatUpload versions. In those earlier versions, this method registered an OnSubmit statement to ensure that this ProgressBar will start when the page is submitted.

public void RegisterOnSubmitStatement(
   object source,
   EventArgs e
);

Parameters

source
Ignored
e
Ignored

See Also

ProgressBarBase Class | Brettle.Web.NeatUpload Namespace