Init Event
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..Init Event |
| Editor Class See Also Send Feedback |
Occurs when Cute Editor is created.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public event EventHandler Init |
| Visual Basic |
|---|
Public Event Init As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ Init { void add (EventHandler^ value); void remove (EventHandler^ value); } |