WinForms

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

    Show / Hide Table of Contents

    Class CheckedStateEventArgs

    A class that defines CheckedState Event Arguements

    Inheritance
    System.Object
    System.EventArgs
    CheckedStateEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean

    Item

    Gets/Sets Selected Item

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