diff --git a/ValueChanged.md b/ValueChanged.md index 4ad8824..a579f96 100644 --- a/ValueChanged.md +++ b/ValueChanged.md @@ -1,5 +1,5 @@ The ValueChanged event is triggered whenever a [[List]], [[Dropdown list]] or [[TrackBar]] control is manipulated by the user. It occurs after an item is selected or after the TrackBar value is changed, so you can access the .Value property in this event handler. -####See also: +#### See also: * [[TextChanged]] event * [[Value]] property \ No newline at end of file