Initializes a new instance of the ItemCheckStateChangedEventArgs<(Of <(T>)>) class.
| C# | Visual Basic | Visual C++ |
public ItemCheckStateChangedEventArgs( T item, CheckState oldCheckState )
Public Sub New ( _ item As T, _ oldCheckState As CheckState _ )
public: ItemCheckStateChangedEventArgs( T item, CheckState oldCheckState )
- item (T)
- object, which contains information about the item, where the CheckState has changed.
- oldCheckState (CheckState)
- Contains the CheckState, which the item had before it was changed.