Calendar.IPostBackEventHandler.RaisePostBackEvent(String) 메서드

정의

Calendar 컨트롤에 대해 포스트백 이벤트를 발생시킵니다.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

매개 변수

eventArgument
String

이벤트의 인수입니다.

구현

적용 대상