ItemCheckEventArgs(Int32, CheckState, CheckState) Construtor

Definição

Inicializa uma nova instância da ItemCheckEventArgs classe.

public:
 ItemCheckEventArgs(int index, System::Windows::Forms::CheckState newCheckValue, System::Windows::Forms::CheckState currentValue);
public ItemCheckEventArgs(int index, System.Windows.Forms.CheckState newCheckValue, System.Windows.Forms.CheckState currentValue);
new System.Windows.Forms.ItemCheckEventArgs : int * System.Windows.Forms.CheckState * System.Windows.Forms.CheckState -> System.Windows.Forms.ItemCheckEventArgs
Public Sub New (index As Integer, newCheckValue As CheckState, currentValue As CheckState)

Parâmetros

index
Int32

O índice em base zero do item a mudar.

newCheckValue
CheckState

Um dos CheckState valores que indica se deve alterar a caixa de seleção do item a assinalar, não assinalar ou indeterminado.

currentValue
CheckState

Um dos CheckState valores indica se a caixa de seleção do item está atualmente assinalada, desmarcada ou indeterminada.

Aplica-se a

Ver também