EventInfos.Remove(Object) Method

Definition

Removes an EventInfo object from the EventInfos collection.

public:
 void Remove(System::Object ^ index);
public void Remove (object index);
member this.Remove : obj -> unit
Public Sub Remove (index As Object)

Parameters

index
Object

The name, description, ID, or index of the EventInfo object to remove.

Applies to