GetCustomEventsPerFilter Method
See Also 
SourceCode.EventBus.ClientAPI Namespace > Client Class : GetCustomEventsPerFilter Method



filter
'A', 'B' ect.

Glossary Item Box

Gets custom event depending on it being Private, public and filtered on 'A', 'B', 'All' ect.

Syntax

Visual Basic (Declaration) 
Public Function GetCustomEventsPerFilter( _
   ByVal filter As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Client
Dim filter As String
Dim value As String
 
value = instance.GetCustomEventsPerFilter(filter)
C# 
public string GetCustomEventsPerFilter( 
   string filter
)
C++/CLI 
public:
String^ GetCustomEventsPerFilter( 
   String^ filter
) 

Parameters

filter
'A', 'B' ect.

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