menu

WPF

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

    Show / Hide Table of Contents

    Class ItemCheckedEventArgs

    Provides data for 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.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ItemCheckedEventArgs : EventArgs

    Constructors

    ItemCheckedEventArgs()

    Declaration
    public ItemCheckedEventArgs()

    Properties

    Checked

    Gets or sets a value that indicates whether the CheckListBoxItem is checked.

    Declaration
    public bool Checked { get; }
    Property Value
    Type Description
    System.Boolean

    true if the CheckListBoxItem is checked; otherwise, false.The default value is false.

    Item

    Gets or sets a selected item of the CheckListBox.

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

    An object that represents the current selection in the control.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved