BaseDataListDesigner.OnPropertyBuilder(Object, EventArgs) Method

Definition

Represents the method that handles the property-builder event.

C#
protected void OnPropertyBuilder(object sender, EventArgs e);

Parameters

sender
Object

An Object that is the source of the event.

e
EventArgs

An EventArgs object that contains the event data.

Remarks

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.

Applies to

Produto Versións
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also