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!

OldCollectionEditor.CollectionDialog.Listbox_drawItem

[To be supplied.]

[Visual Basic]
Overridable Protected Sub Listbox_drawItem( _
   ByVal sender As Object, _
   ByVal e As DrawItemEventArgs _
)
[C#]
protected virtual void Listbox_drawItem(
   object sender,
   DrawItemEventArgs e
);
[C++]
protected: virtual void Listbox_drawItem(
   Object* sender,
   DrawItemEventArgs* e
);
[JScript]
protected function Listbox_drawItem(
   sender : Object,
   e : DrawItemEventArgs
);

Parameters

sender
[To be supplied.]
e
[To be supplied.]

See Also

OldCollectionEditor.CollectionDialog Class | OldCollectionEditor.CollectionDialog Members | System.ComponentModel.Design Namespace