TemplateControl.SupportAutoEvents Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das TemplateControl-Steuerelement automatische Ereignisse unterstützt.

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

Eigenschaftswert

Boolean

Immer true.

Hinweise

Die SupportAutoEvents Eigenschaft gibt an, ob automatische Ereignisse unterstützt werden. Die SupportAutoEvents Eigenschaft ist schreibgeschützt und gilt true für alle Fälle.

Gilt für

Siehe auch