BaseDataListDesigner.OnAutoFormat(Object, EventArgs) 메서드

정의

주의

Use of this method is not recommended because the AutoFormat dialog is launched by the designer host. The list of available AutoFormats is exposed on the ControlDesigner in the AutoFormats property. http://go.microsoft.com/fwlink/?linkid=14202

이벤트를 처리합니다 AutoFormat .

protected:
 void OnAutoFormat(System::Object ^ sender, EventArgs ^ e);
protected void OnAutoFormat(object sender, EventArgs e);
[System.Obsolete("Use of this method is not recommended because the AutoFormat dialog is launched by the designer host. The list of available AutoFormats is exposed on the ControlDesigner in the AutoFormats property. http://go.microsoft.com/fwlink/?linkid=14202")]
protected void OnAutoFormat(object sender, EventArgs e);
member this.OnAutoFormat : obj * EventArgs -> unit
[<System.Obsolete("Use of this method is not recommended because the AutoFormat dialog is launched by the designer host. The list of available AutoFormats is exposed on the ControlDesigner in the AutoFormats property. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.OnAutoFormat : obj * EventArgs -> unit
Protected Sub OnAutoFormat (sender As Object, e As EventArgs)

매개 변수

sender
Object

Object 이벤트를 발생시킨 것입니다.

e
EventArgs

EventArgs 이벤트 데이터를 포함하는 개체입니다.

특성

설명

OnAutoFormat 이 메서드는 사용되지 않으며 기능이 없습니다.

적용 대상

추가 정보