'Declaration Public Event InputValueChanged As InputValueChangedEventHandler
public event InputValueChangedEventHandler InputValueChanged
Event Data
The event handler receives an argument of type InputValueChangedEventArgs containing data related to this event. The following InputValueChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
RenderObject | Gets the RenderInputBase object on which the value has changed. |
See Also