Raises the Init event.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
protected override void OnInit(
	EventArgs e
)
Visual Basic
Protected Overrides Sub OnInit ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnInit(
	EventArgs^ e
) override

Parameters

e
Type: System..::..EventArgs

[Missing <param name="e"/> documentation for "M:RTE.Editor.OnInit(System.EventArgs)"]

See Also