Skip to content

Commit f292855

Browse files
committed
doc: 更新示例
1 parent 1a92d1c commit f292855

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ private AttributeItem[] GetAttributes() =>
8787
DefaultValue = " — "
8888
},
8989
new()
90+
{
91+
Name = "OnDoubleClickItem",
92+
Description = Localizer["AttrOnDoubleClickItem"],
93+
Type = "Func<TItem, Task>",
94+
ValueList = " — ",
95+
DefaultValue = " — "
96+
},
97+
new()
9098
{
9199
Name = "GetItemDisplayText",
92100
Description = Localizer["GetItemDisplayText"],

0 commit comments

Comments
 (0)