Event.srcFilter (Property)

A filter object representing the filter that changed.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Filter object reference
JavaScript syntax:IEmyEvent.srcFilter

You can construct an event handler that is shared amongst several filters in MSIE. If that is the case, this property allows you to determine which one triggered the event so that you can modify the event handler behavior accordingly.

Property attributes:

ReadOnly.