The events of the GenomeDataSource class are listed below. For a complete list of GenomeDataSource class members, see the GenomeDataSource Members topic.
DataBinding (inherited from Control) | Occurs when the server control binds to a data source. |
Deleted | Occurs after the Delete operation has completed. |
Deleting | Occurs before the Delete operation. |
Disposed (inherited from Control) | 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. |
Init (inherited from Control) | Occurs when the server control is initialized, which is the first step in its lifecycle. |
Inserted | Occurs after the Insert operation has completed. |
Inserting | Occurs before the Insert operation. |
Load (inherited from Control) | Occurs when the server control is loaded into the Page object. |
Pinning | Occurs before the Pinning operation. |
PreRender (inherited from Control) | Occurs after the Control object is loaded but prior to rendering. |
Selected | Occurs after the Select operation has completed. |
Selecting | Occurs before the Select operation. |
Unload (inherited from Control) | Occurs when the server control is unloaded from memory. |
Updated | Occurs after the Update operation has completed. |
Updating | Occurs before the Update operation. |
GenomeDataSource Class | TechTalk.Genome.Extensions.Web.UI Namespace