Modifier

TreeView.RaiseCallbackEvent(String) Method

Definition

Raises the callback event using the specified arguments.

protected:
 virtual void RaiseCallbackEvent(System::String ^ eventArgument);
protected virtual void RaiseCallbackEvent (string eventArgument);
abstract member RaiseCallbackEvent : string -> unit
override this.RaiseCallbackEvent : string -> unit
Protected Overridable Sub RaiseCallbackEvent (eventArgument As String)

Parameters

eventArgument
String

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

Remarks

The RaiseCallbackEvent method is a helper method for the ICallbackEventHandler.RaiseCallbackEvent method.

Applies to

See also