Share via


TracedEvent.Remove(Action) Method

Definition

Remove the event handler.

public:
 void Remove(Action ^ handler);
public void Remove (Action handler);
member this.Remove : Action -> unit
Public Sub Remove (handler As Action)

Parameters

handler
Action

The event handler to remove, not null.

Applies to