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. |