/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.App.Controls/BladeView/BladeItem.Events.cs
16 строк
434 B
Yair
Code Quality: Ran code cleanup (#17307)
25 июл 2025, 03:57
Не верифицирован
25 июл 2025, 03:57
4558bc2
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Files.App.Controls { /// <summary> /// The Blade is used as a child in the BladeView /// </summary> public partial class BladeItem { /// <summary> /// Fires when the blade is opened or closed /// </summary> public event EventHandler<Visibility>? VisibilityChanged; } }