Class SaveAsFavoriteClickEventArgs
Defines event arguments for the SaveAsFavoriteClickEventHandler.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class SaveAsFavoriteClickEventArgs : EventArgs
Properties
View SourceFavoriteName
Gets or sets the name of the favorite that is going to be added. If null, mo new favorite is added.
Declaration
public string FavoriteName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilterFavorites
Gets the filter favorites as ReadOnlyCollection<T>.
Declaration
public ReadOnlyCollection<FilterFavorite> FilterFavorites { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<FilterFavorite> |