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.OnCurrentChanging

[To be supplied.]

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

Parameters

e
[To be supplied.]

See Also

ListManager Class | ListManager Members | System.WinForms Namespace