Skip to content

Commit 583f00f

Browse files
committed
Add doc
1 parent e315725 commit 583f00f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/WinUIEx/WindowManager.TrayIcon.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,13 @@ internal TrayIconInvokedEventArgs(TrayIconInvokeType type)
330330
/// <summary>
331331
/// Gets the way the tray icon was invoked.
332332
/// </summary>
333+
/// <value>The method of which the tray icon got invoked.</value>
333334
public TrayIconInvokeType Type { get; }
334335

335336
/// <summary>
336337
/// Gets or sets a flyout to display by the trayicon
337338
/// </summary>
339+
/// <value>The flyout to be displayed by the tray icon.</value>
338340
public FlyoutBase? Flyout { get; set; }
339341

340342
/// <summary>
@@ -345,6 +347,7 @@ internal TrayIconInvokedEventArgs(TrayIconInvokeType type)
345347
/// the window is restored and brought to the front. By marking this event
346348
/// handled, this default behavior will be disabled.
347349
/// </remarks>
350+
/// <value><c>True</c> if this event was handled and the default behavior should not occur, otherwise <c>false</c>.</value>
348351
public bool Handled { get; set; }
349352
}
350353

0 commit comments

Comments
 (0)