OnInitialized Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..OnInitialized Method |
| Editor Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
protected virtual void OnInitialized( EventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnInitialized ( _ e As EventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnInitialized( EventArgs^ e ) |
Parameters
- e
- Type: System..::..EventArgs