Skip to content

Commit 93291a4

Browse files
committed
add a comment
1 parent 010b09f commit 93291a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Uwp.UI.Behaviors/Focus/FocusBehavior.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Behaviors
1818
/// The focus will be set following the <see cref="Targets"/> order. The first control being ready
1919
/// and accepting the focus will receive it.
2020
/// The focus can be set to another control with a higher priority if it loads before <see cref="FocusEngagementTimeout"/>.
21+
/// The focus can be set to another control if some controls will be loaded/unloaded later.
2122
/// </summary>
2223
[ContentProperty(Name = nameof(Targets))]
2324
public sealed class FocusBehavior : BehaviorBase<UIElement>

0 commit comments

Comments
 (0)