GetCustomEventWithMappings Method
See Also 
SourceCode.EventBus.ClientAPI Namespace > EventAuthoring Class : GetCustomEventWithMappings Method



id
The custom event id

Glossary Item Box

Gets a custom event with its mappings

Syntax

Visual Basic (Declaration) 
Public Function GetCustomEventWithMappings( _
   ByVal id As Integer _
) As SourceCode.EventBus.Authoring.CustomEvent
Visual Basic (Usage)Copy Code
Dim instance As EventAuthoring
Dim id As Integer
Dim value As SourceCode.EventBus.Authoring.CustomEvent
 
value = instance.GetCustomEventWithMappings(id)
C# 
public SourceCode.EventBus.Authoring.CustomEvent GetCustomEventWithMappings( 
   int id
)
C++/CLI 
public:
SourceCode.EventBus.Authoring.CustomEvent^ GetCustomEventWithMappings( 
   int id
) 

Parameters

id
The custom event id

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