File tree Expand file tree Collapse file tree
src/MahApps.Metro/Controls/MultiSelectionComboBox Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class AddingItemEventArgs : RoutedEventArgs
1717 /// <param name="source">The source object</param>
1818 /// <param name="input">The input string to parse</param>
1919 /// <param name="parsedObject">The parsed object</param>
20- /// <param name="accepted"><see langword="true"/> if the <see cref="ParsedObject"/> is accepted otherwise <see langword="false"/>/param>
20+ /// <param name="accepted"><see langword="true"/> if the <see cref="ParsedObject"/> is accepted otherwise <see langword="false"/>< /param>
2121 /// <param name="targetList">The target <see cref="IList"/> where the <see cref="ParsedObject"/> should be added</param>
2222 /// <param name="targetType">the target <see cref="Type"/> to which the <see cref="Input"/> should be converted to</param>
2323 /// <param name="stringFormat">the string format which can be used to control the <see cref="Parser"/></param>
You can’t perform that action at this time.
0 commit comments