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