DExploreAppObjClass.OnFilterChanged Event

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

Syntax

Public Overridable Event OnFilterChanged As IVsHelpEvents_OnFilterChangedEventHandler

Dim instance As DExploreAppObjClass
Dim handler As IVsHelpEvents_OnFilterChangedEventHandler

AddHandler instance.OnFilterChanged, handler
public virtual event IVsHelpEvents_OnFilterChangedEventHandler OnFilterChanged
public:
virtual  event IVsHelpEvents_OnFilterChangedEventHandler^ OnFilterChanged {
    void add (IVsHelpEvents_OnFilterChangedEventHandler^ value);
    void remove (IVsHelpEvents_OnFilterChangedEventHandler^ value);
}
JScript does not support events.

Implements

IVsHelpEvents_Event.OnFilterChanged

Permissions

See Also

Reference

DExploreAppObjClass Class

DExploreAppObjClass Members

Microsoft.VisualStudio.VSHelp Namespace