BaseDataListDesigner.OnPropertyBuilder Method (Object, EventArgs)

 

Represents the method that handles the property-builder event.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

Protected Sub OnPropertyBuilder (
	sender As Object,
	e As EventArgs
)

Parameters

sender
Type: System.Object

An Object that is the source of the event.

e
Type: System.EventArgs

An EventArgs object that contains the event data.

The OnPropertyBuilder method invokes a component editor for the associated control that is derived from the BaseDataList class. It creates a DataGridComponentEditor or DataListComponentEditor object, and then invokes the EditComponent method of the component editor.

.NET Framework
Available since 1.1
Return to top
Show: