File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments