DataSourceView::Events Property
.NET Framework (current version)
Gets a list of event-handler delegates for the data source view.
Assembly: System.Web (in System.Web.dll)
This property is of type EventHandlerList, which uses a linear search algorithm to find entries in the list of delegates. A linear search algorithm is inefficient when working with a large number of entries. Therefore, when you have a large list, finding entries with this property will be slow.
.NET Framework
Available since 2.0
Available since 2.0
Show: