This documentation is archived and is not being maintained.
BaseDataListDesigner.OnPropertyBuilder Method
.NET Framework 1.1
Represents the method that will handle the property builder event.
[Visual Basic] Protected Sub OnPropertyBuilder( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] protected void OnPropertyBuilder( object sender, EventArgs e ); [C++] protected: void OnPropertyBuilder( Object* sender, EventArgs* e ); [JScript] protected function OnPropertyBuilder( sender : Object, e : EventArgs );
Parameters
- sender
- The source of the event.
- e
- An EventArgs object that contains the event data.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: