[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 );
ItemCheckEventArgs Class | ItemCheckEventArgs Members | System.WinForms Namespace