Click or drag to resize

ChatEventItemRemoveEdit Method

Removes the specified edit from this event.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public void RemoveEdit(
	ChatEventEditItem edit
)

Parameters

edit  ChatEventEditItem
The edit to remove.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when edit is .
See Also