Class FilterValueChangedEventArgs
Inheritance
System.Object
System.EventArgs
FilterValueChangedEventArgs
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: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class FilterValueChangedEventArgs : EventArgs
Constructors
FilterValueChangedEventArgs(Object, Object, Object, Object)
Declaration
public FilterValueChangedEventArgs(object source, object filter, object oldValue, object newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | source | |
| System.Object | filter | |
| System.Object | oldValue | |
| System.Object | newValue |
Properties
Filter
Declaration
public object Filter { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |
NewValue
Declaration
public object NewValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |
OldValue
Declaration
public object OldValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Source
Declaration
public object Source { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |