Partilhar via


ItemCheckEventArgs(Int32, CheckState, CheckState) Construtor

Definição

Inicializa uma nova instância da classe ItemCheckEventArgs.

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 de base zero do item a ser alterado.

newCheckValue
CheckState

Um dos valores de CheckState que indica se é necessário marcar, desmarcar ou deixar indeterminada a caixa de seleção para o item.

currentValue
CheckState

Um dos valores de CheckState que indica se a caixa de seleção para o item está atualmente marcada, desmarcada indeterminada.

Aplica-se a

Confira também