TemplateControl.SupportAutoEvents Proprietà

Definizione

Ottiene un valore che indica se il controllo TemplateControl supporta gli eventi automatici.

protected:
 virtual property bool SupportAutoEvents { bool get(); };
protected virtual bool SupportAutoEvents { get; }
member this.SupportAutoEvents : bool
Protected Overridable ReadOnly Property SupportAutoEvents As Boolean

Valore della proprietà

Sempre true.

Commenti

La SupportAutoEvents proprietà indica se sono supportati eventi automatici. La SupportAutoEvents proprietà è di sola lettura ed è true per tutti i casi.

Si applica a

Vedi anche