PowerWEB File Upload for ASP.NET
RaisePostBackEvent Method
See Also  Send comments on this topic.
Dart.FileUpload Namespace > UploadManager Class : RaisePostBackEvent Method



eventArgument
Enables the UploadManager to process events raised when a form is posted to the server.

Syntax

Visual Basic (Declaration) 
Public Sub RaisePostBackEvent( _
   ByVal eventArgument As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
Dim eventArgument As String
 
instance.RaisePostBackEvent(eventArgument)
C# 
public void RaisePostBackEvent( 
   string eventArgument
)
C++/CLI 
public:
void RaisePostBackEvent( 
   String^ eventArgument
) 

Parameters

eventArgument

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.