DetailsView.RaiseCallbackEvent(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 GetCallbackEventReference 方法中回呼處理常式的引數。
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
要傳遞至事件處理常式的引數。
備註
方法 RaiseCallbackEvent 是 控制項用來 DetailsView 在 方法中建立回呼處理常式的引數的 GetCallbackEventReference 協助程式方法。