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!

ListManager.OnPositionChanged

[To be supplied.]

[Visual Basic]
Overridable Protected Sub OnPositionChanged( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnPositionChanged(
   EventArgs e
);
[C++]
protected: virtual void OnPositionChanged(
   EventArgs* e
);
[JScript]
protected function OnPositionChanged(
   e : EventArgs
);

Parameters

e
[To be supplied.]

See Also

ListManager Class | ListManager Members | System.WinForms Namespace