Class GetBoolEventArgs
Provides data for the CheckSmartGripVisibility event of the StatusBarSettings control.
Inheritance
System.Object
System.EventArgs
GetBoolEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |