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 Constructor

[To be supplied.]

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

Parameters

index
[To be supplied.]
newCheckValue
[To be supplied.]
currentValue
[To be supplied.]

See Also

ItemCheckEventArgs Class | ItemCheckEventArgs Members | System.WinForms Namespace