The Editor type exposes the following members.
Events
Name | Description | |
---|---|---|
DataBinding |
Occurs when the server control binds to a data source.
(Inherited from Control.) |
|
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.) |
|
Init |
Occurs when Cute Editor is created.
|
|
Initialized |
Occurs when Cute Editor is initialized
|
|
Initializing |
Occurs during CuteEditor initialization.
|
|
Load |
Occurs when the server control is loaded into the Page object.
(Inherited from Control.) |
|
PostBackCommand |
Proccess PostBack Commands Raised from client script
|
|
PreRender |
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.) |
|
StateChanged |
Fires when the state of Cute Editor have changed.
|
|
TextChanged |
Fires when the contents of Cute Editor have changed.
|
|
Unload |
Occurs when the server control is unloaded from memory.
(Inherited from Control.) |