TreeView.RaiseCallbackEvent(String) 方法

定义

使用指定参数引发回调事件。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)

参数

eventArgument
String

表示要传递到事件处理程序的可选事件自变量的字符串。A string that represents an optional event argument to pass to the event handler.

注解

RaiseCallbackEvent 方法是 ICallbackEventHandler.RaiseCallbackEvent 方法的帮助器方法。The RaiseCallbackEvent method is a helper method for the ICallbackEventHandler.RaiseCallbackEvent method.

适用于

另请参阅