Share via


PostBackOptions.TargetControl 속성

정의

포스트백 이벤트를 받는 컨트롤 대상을 가져옵니다.

public:
 property System::Web::UI::Control ^ TargetControl { System::Web::UI::Control ^ get(); };
public System.Web.UI.Control TargetControl { get; }
member this.TargetControl : System.Web.UI.Control
Public ReadOnly Property TargetControl As Control

속성 값

Control

포스트백 이벤트를 받는 컨트롤을 나타내는 Control입니다.

설명

합니다 TargetControl 속성이 반환을 Control 포스트백 이벤트를 받는 컨트롤을 나타내는 개체입니다. 이 속성으로 전달 되는 EVENTTARGET 매개 변수를는 __doPostBack 클라이언트 쪽 javascript 메서드.

적용 대상