Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
HTML and CSS
DHTML Behaviors
WebControls
Platform Reference
Classes
TreeView
Methods
 RaisePostBackEvent Method
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 );
JScriptprotected   override function
RaisePostBackEvent(sEventArgs : string );

Parameters

sEventArgs Required. string. The index of the node.

Return Value

No return value.

Applies To

TREEVIEW

See Also

© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker