alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CheckedStateEventArgs

    A class that defines CheckedState Event Arguements

    Inheritance
    System.Object
    CheckedStateEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CheckedStateEventArgs : EventArgs

    Constructors

    CheckedStateEventArgs(Object, Boolean)

    Initializer of CheckMarkerEventArgs class

    Declaration
    public CheckedStateEventArgs(object SelectedItem, bool checkMarked)
    Parameters
    Type Name Description
    System.Object SelectedItem
    System.Boolean checkMarked

    Properties

    Checked

    Gets/Sets whether the selected item is checked or not

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

    Item

    Gets/Sets Selected Item

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved