Class FilterArgs
Last update: 16.07.2025Namespace: VM.Managed.Picker.Core
Assembly: VMAppCore.dll
This class is to represent the custom filter's data.
public class FilterArgs : EventArgs
Inheritance
object ← EventArgs ← FilterArgs
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
FilterArgs(FilteringTarget)
Initializes a new instance of the
public FilterArgs(FilteringTarget target)
Parameters
target FilteringTarget
Properties
OK
Gets the result of filter.
public bool OK { get; }
Property Value
Target
Gets the target for filtering.
public FilteringTarget Target { get; }
Property Value
Methods
SetReject()
Sets the result to reject.
public void SetReject()