Show / Hide Table of Contents

Class SaveAsFavoriteClickEventArgs

Defines event arguments for the SaveAsFavoriteClickEventHandler.

Inheritance
object
EventArgs
SaveAsFavoriteClickEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class SaveAsFavoriteClickEventArgs : EventArgs

Properties

View Source

FavoriteName

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
View Source

FilterFavorites

Gets the filter favorites as ReadOnlyCollection<T>.

Declaration
public ReadOnlyCollection<FilterFavorite> FilterFavorites { get; }
Property Value
Type Description
ReadOnlyCollection<FilterFavorite>

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX