Aracılığıyla paylaş


BaseDataListDesigner.OnAutoFormat(Object, EventArgs) Yöntem

Tanım

Dikkat

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

Olayı işler 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)

Parametreler

sender
Object

ObjectOlayı tetikleyen.

e
EventArgs

EventArgsOlay verilerini içeren bir nesne.

Öznitelikler

Açıklamalar

OnAutoFormatYöntemi kullanılmıyor ve işlevleri yok.

Şunlara uygulanır

Ayrıca bkz.