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!

ListChangedEventArgs Constructor

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub New(ListChangedType, Integer)
[C#] public ListChangedEventArgs(ListChangedType, int);
[C++] public: ListChangedEventArgs(ListChangedType, int);
[JScript] public function ListChangedEventArgs(ListChangedType, int);

[To be supplied.]

[Visual Basic] Overloads Public Sub New(ListChangedType, Integer, Integer)
[C#] public ListChangedEventArgs(ListChangedType, int, int);
[C++] public: ListChangedEventArgs(ListChangedType, int, int);
[JScript] public function ListChangedEventArgs(ListChangedType, int, int);

See Also

ListChangedEventArgs Class | ListChangedEventArgs Members | System.Data Namespace