Back to Devexpress

ASPxDiagram Events

aspnet-devexpress-dot-web-dot-aspxdiagram-dot-aspxdiagram-dot-underscore-events.md

latest3.7 KB
Original Source

ASPxDiagram Events

A diagram control.

NameDescription
CallbackError staticAllows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
CustomJSPropertiesEnables you to supply server data that can be parsed on the client.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DataBoundOccurs after the server control is bound to a data source. Inherited from ASPxDataWebControlBase.
DisposedOccurs 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.
EdgeDataBoundOccurs after an edge has been bound to a data source.
EdgeDeletedOccurs after an edge was deleted.
EdgeInsertedOccurs after an edge was inserted.
EdgeUpdatedOccurs after an edge was updated.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
NodeDataBoundOccurs after a node has been bound to a data source.
NodeDeletedOccurs after a node was deleted.
NodeInsertedOccurs after a node was inserted.
NodeUpdatedOccurs after a node was updated.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

ASPxDiagram Class

ASPxDiagram Members

DevExpress.Web.ASPxDiagram Namespace