TreeView.GetCallbackResult 方法

定義

回傳針對控制項的回調事件結果。

protected:
 virtual System::String ^ GetCallbackResult();
protected virtual string GetCallbackResult();
abstract member GetCallbackResult : unit -> string
override this.GetCallbackResult : unit -> string
Protected Overridable Function GetCallbackResult () As String

傳回

回試結果。

備註

TreeView控制項實作介面,ICallbackEventHandler並使用 RaisePostBackEvent 取回資料及GetCallbackResult將取回資料的方法回傳給控制項。

適用於