Edit

Share via


TreeView.IPostBackEventHandler.RaisePostBackEvent(String) Method

Definition

Enables the TreeView control to process an event that is raised when a form is posted to the server.

void IPostBackEventHandler.RaisePostBackEvent(string eventArgument);

Parameters

eventArgument
String

A string that represents an optional event argument to pass to the event handler.

Implements

Remarks

Control developers should override the RaisePostBackEvent method.

Applies to