Class GetBoolEventArgs
Provides data for the CheckSmartGripVisibility event of the StatusBarSettings control.
Inheritance
System.Object
GetBoolEventArgs
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class GetBoolEventArgs : EventArgs
Constructors
GetBoolEventArgs(Boolean)
Initializes a new instance of GetBoolEventArgs class.
Declaration
public GetBoolEventArgs(bool defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | defaultValue | Default initial value. |
Properties
Value
Gets or sets resulting boolean value.
Declaration
public bool Value { get; set; }
Property Value
| Type |
|---|
| System.Boolean |