Class ValuesListChangeEventArgs Inheritance object EventArgs ValuesListChangeEventArgs Inherited Members EventArgs.Empty object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: Estrelica.Archer.Utility Assembly: Estrelica.Interfaces.dll Syntax public class ValuesListChangeEventArgs : EventArgs Properties ValuesListId Declaration public int ValuesListId { get; set; } Property Value int ValuesListValueId Declaration public int ValuesListValueId { get; set; } Property Value int Extension Methods EnumHelper.In<TEnum>(TEnum, params TEnum[]) IEnumerableExtensions.ToEnumerable<T>(T) StringExtensions.AssertNotNull<T>(T, string) TypeExtensions.WithDispose<T, V>(T, Func<T, V>) EnumHelper.CastNullable<TEnum>(object) TypeExtensions.ConvertTo<V>(object) TypeExtensions.TryConvert<V>(object, out V)