DetailsView.RaiseCallbackEvent(String) Metoda

Definicja

Tworzy argumenty programu obsługi wywołania zwrotnego w metodzie 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)

Parametry

eventArgument
String

Argument przekazywany do procedury obsługi zdarzeń.

Uwagi

Metoda RaiseCallbackEvent jest metodą pomocnika używaną przez kontrolkę DetailsView do tworzenia argumentów programu obsługi wywołania zwrotnego w metodzie GetCallbackEventReference .

Dotyczy