BaseDataListDesigner::OnPropertyBuilder Method (Object^, EventArgs^)
.NET Framework (current version)
Represents the method that handles the property-builder event.
Assembly: System.Design (in System.Design.dll)
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
Available since 1.1
Show: