alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class CheckedChangedEventArgs.SourceType

    Defines the constant that specify the possible sources of Checked state changing.

    Inheritance
    System.Object
    CheckedChangedEventArgs.SourceType
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class SourceType : Enum

    Fields

    Keyboard

    Specifies that Checked state was changed by keyboard.

    Declaration
    public const CheckedChangedEventArgs.SourceType Keyboard
    Field Value
    Type
    CheckedChangedEventArgs.SourceType

    Mouse

    Specifies that Checked state was changed by mouse.

    Declaration
    public const CheckedChangedEventArgs.SourceType Mouse
    Field Value
    Type
    CheckedChangedEventArgs.SourceType

    Programmatic

    Specifies that Checked state was changed from code.

    Declaration
    public const CheckedChangedEventArgs.SourceType Programmatic
    Field Value
    Type
    CheckedChangedEventArgs.SourceType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved