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



id
The CustomEventID

Glossary Item Box

Deletes a Custom event with the event list and all eventpolicymappings.

Syntax

Visual Basic (Declaration) 
Public Sub DeleteCustomEventWithMappings( _
   ByVal id As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As EventAuthoring
Dim id As Integer
 
instance.DeleteCustomEventWithMappings(id)
C# 
public void DeleteCustomEventWithMappings( 
   int id
)
C++/CLI 
public:
void DeleteCustomEventWithMappings( 
   int id
) 

Parameters

id
The CustomEventID

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