Class ChangeValueEventArgs
Provides data for the GetMinimalWidth event of the StreamEditControl control.
Inheritance
System.Object
System.EventArgs
ChangeValueEventArgs
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 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 |