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!

ListControl.RefreshItem

[To be supplied.]

[Visual Basic]
MustOverride Protected Sub RefreshItem( _
   ByVal index As Integer _
)
[C#]
protected abstract void RefreshItem(
   int index
);
[C++]
protected: virtual void RefreshItem(
   int index
) = 0;
[JScript]
protected abstract function RefreshItem(
   index : int
);

Parameters

index
[To be supplied.]

See Also

ListControl Class | ListControl Members | System.WinForms Namespace