InvertFilter.Reflect Method (NREvent)NReflect
Determines if an event will be reflected.

Namespace: NReflect.Filter
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public bool Reflect(
	NREvent nrEvent
)

Return Value

True if the event should be reflected.

Implements

IFilter.Reflect(NREvent)
See Also