TracedEvent.Remove(Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.