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!

ItemCheckEventArgs.index

The index of the item that is about to change.

[Visual Basic]
Public ReadOnly index As Integer
[C#]
public readonly int index;
[C++]
public: readonly int index;
[JScript]
public var index : int;

See Also

ItemCheckEventArgs Class | ItemCheckEventArgs Members | System.WinForms Namespace