Class ChangeValueEventArgs
Provides data for the GetMinimalWidth event of the StreamEditControl control.
Inheritance
System.Object
ChangeValueEventArgs
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class ChangeValueEventArgs : EventArgs
Constructors
ChangeValueEventArgs(Object)
Initializes a new instance of the ChangeValueEventArgs class.
Declaration
public ChangeValueEventArgs(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | Value itself. |
Properties
Value
Gets or sets the minimal width of EditControl.
Declaration
public object Value { get; set; }
Property Value
| Type |
|---|
| System.Object |