Intersoft ClientUI Documentation
Filter Property (EventSubscription<TPayload>)



Gets the target Predicate that is referenced by the IDelegateReference.
Syntax
Public ReadOnly Property Filter As Predicate(Of TPayload)
Dim instance As EventSubscription(Of TPayload)
Dim value As Predicate(Of TPayload)
 
value = instance.Filter
public Predicate<TPayload> Filter {get;}
public:
property Predicate<TPayload^>^ Filter {
   Predicate<TPayload^>^ get();
}

Property Value

An Predicate or a null reference (Nothing in Visual Basic) if the referenced target is not alive.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EventSubscription<TPayload> Class
EventSubscription<TPayload> Members

Send Feedback