Removes a specified element.
| [Visual Basic .NET] |
|---|
Public Sub Remove( _ ByVal EventName As String _ ) |
| [C#] |
|---|
public void Remove( |
| [Managed C++] |
|---|
public: void Remove( |
| [Java] |
|---|
public remove( |
| [Unmanaged C++] |
|---|
public: HRESULT Remove( |
- EventName
- Specify a name of an element to be removed.
Remove an existing event array with the specified name.
| [C#] | Copy Code | |
|---|---|---|
| ||
Remove an existing event array with the specified name.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
