fired when the RichTextEditor is created
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
public static event EventHandler EditorCreated |
| Visual Basic |
|---|
Public Shared Event EditorCreated As EventHandler |
| Visual C++ |
|---|
public: static event EventHandler^ EditorCreated { void add (EventHandler^ value); void remove (EventHandler^ value); } |