Raises the EnableChanged event.
Namespace:
PerpetuumSoft.Instrumentation.Windows.FormsAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected override void OnEnabledChanged( EventArgs e ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnEnabledChanged ( _ e As EventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnEnabledChanged( EventArgs^ e ) override |
Parameters
- e
- Type: System..::.EventArgs