Class SaveAsFavoriteClickEventArgs
Defines event arguments for the SaveAsFavoriteClickEventHandler.
Inheritance
System.Object
System.EventArgs
SaveAsFavoriteClickEventArgs
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String |
FilterFavorites
Gets the filter favorites as System.Collections.ObjectModel.ReadOnlyCollection<T>.
Declaration
public ReadOnlyCollection<FilterFavorite> FilterFavorites { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FilterFavorite> |