RaisePostBackEvent Method

Parses and processes the event arguments passed from the client when the Web form is submitted.

Syntax

Visual Basic Overrides  Protected   Sub 
RaisePostBackEvent( ByVal sEventArgs As string )
C# protected   override void 
RaisePostBackEvent(string sEventArgs );
Managed C++ protected:  void 
RaisePostBackEvent(string sEventArgs );
JScript protected   override function
RaisePostBackEvent(sEventArgs : string );

Parameters

sEventArgs Required. string. The index of the node.

Return Value

No return value.

Applies To

TREEVIEW

See Also

Internet Explorer WebControls, About the TreeView WebControl