NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IPostBackEventHandler.RaisePostBackEvent

Enables a control to process the event fired by a form post back.

[Visual Basic]
Sub RaisePostBackEvent( _
   ByVal eventArgument As String _
)
[C#]
void RaisePostBackEvent(
   string eventArgument
);
[C++]
void RaisePostBackEvent(
   String* eventArgument
) = 0;
[JScript]
function RaisePostBackEvent(
   eventArgument : String
);

Parameters

eventArgument
An optional event argument to be passed to the event handler.

See Also

IPostBackEventHandler Interface | IPostBackEventHandler Members | System.Web.UI Namespace