Edit

Share via


TreeView.ICallbackEventHandler.RaiseCallbackEvent(String) Method

Definition

Raises the callback event using the specified arguments.

void ICallbackEventHandler.RaiseCallbackEvent(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 RaiseCallbackEvent method.

Applies to

See also