NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseDataListDesigner.OnPropertyBuilder

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
[To be supplied.]

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace