Metodo DataRepeaterItem.OnEnabledChanged
Questo membro esegue l'override di Control.OnEnabledChanged(EventArgs).
Spazio dei nomi: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Sintassi
'Dichiarazione
Protected Overrides Sub OnEnabledChanged ( _
e As EventArgs _
)
protected override void OnEnabledChanged(
EventArgs e
)
protected:
virtual void OnEnabledChanged(
EventArgs^ e
) override
abstract OnEnabledChanged :
e:EventArgs -> unit
override OnEnabledChanged :
e:EventArgs -> unit
protected override function OnEnabledChanged(
e : EventArgs
)
Parametri
- e
Tipo: System.EventArgs
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.