WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum CheckedChangedEventArgs.SourceType

    Show / Hide Table of Contents

    Enum CheckedChangedEventArgs.SourceType

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

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum SourceType

    Fields

    Name Description
    Keyboard

    Specifies that Checked state was changed by keyboard.

    Mouse

    Specifies that Checked state was changed by mouse.

    Programmatic

    Specifies that Checked state was changed from code.

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