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 |