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!

IndexEventArgs Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal type As Integer, _
   ByVal index As Integer _
)
[C#]
public IndexEventArgs(
   int type,
   int index
);
[C++]
public: IndexEventArgs(
   int type,
   int index
);
[JScript]
public function IndexEventArgs(
   type : int,
   index : int
);

Parameters

type
[To be supplied.]
index
[To be supplied.]

See Also

IndexEventArgs Class | IndexEventArgs Members | System.Data Namespace