menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemCheckedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemCheckedEventArgs

    Provides data about the ItemChecked event.

    Inheritance
    System.Object
    System.EventArgs
    ItemCheckedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.ListView.Events
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class ItemCheckedEventArgs : EventArgs

    Constructors

    ItemCheckedEventArgs(Object, Int32, CheckState, CheckState)

    Initializes a new instance of the ItemCheckedEventArgs class.

    Declaration
    public ItemCheckedEventArgs(object itemData, int itemIndex, CheckState oldState, CheckState newState)
    Parameters
    Type Name Description
    System.Object itemData

    An itemdata of item.

    System.Int32 itemIndex

    An itemindex of item.

    System.Windows.Forms.CheckState oldState

    Old checked state of item.

    System.Windows.Forms.CheckState newState

    New checked state of item.

    Properties

    ItemData

    Gets the underlying data of an item.

    Declaration
    public object ItemData { get; }
    Property Value
    Type
    System.Object

    ItemIndex

    Gets an index of an item.

    Declaration
    public int ItemIndex { get; }
    Property Value
    Type
    System.Int32

    NewState

    Gets the new check state for an item.

    Declaration
    public CheckState NewState { get; }
    Property Value
    Type
    System.Windows.Forms.CheckState

    OldState

    Gets an old check state of an item.

    Declaration
    public CheckState OldState { get; }
    Property Value
    Type
    System.Windows.Forms.CheckState
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved