Intersoft ClientUI Documentation
Filter Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > EventSubscription<TPayload> Class : Filter Property






Gets the target Predicate that is referenced by the IDelegateReference.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Filter As Predicate(Of TPayload)
Visual Basic (Usage)Copy Code
Dim instance As EventSubscription(Of TPayload)
Dim value As Predicate(Of TPayload)
 
value = instance.Filter
C# 
public Predicate<TPayload> Filter {get;}
Delphi 
public read-only property Filter: Predicate; 
JScript 
public function get Filter : Predicate
Managed Extensions for C++ 
public: __property Predicate<TPayload*>* get_Filter();
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.