Class SelectorEventArgs
Inheritance
System.Object
System.EventArgs
SelectorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public sealed class SelectorEventArgs : EventArgs
Constructors
SelectorEventArgs(String, Int32)
Initializes a new instance of the SelectorEventArgs class.
Declaration
public SelectorEventArgs(string serverStorageValue, int selectCount)
Parameters
Type | Name | Description |
---|---|---|
System.String | serverStorageValue | The server storage value. |
System.Int32 | selectCount | The select count. |
Properties
SelectCount
Gets or sets the select count.
Declaration
public int SelectCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The select count. |
ServerStorageValue
Gets or sets the server storage value.
Declaration
public string ServerStorageValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The server storage value. |