Share via


IVsHelpEvents.OnFilterChanged(String) Method

Definition

Called when the filter applied to the Help collection changes.

public:
 void OnFilterChanged(System::String ^ bstrNewFilter);
public:
 void OnFilterChanged(Platform::String ^ bstrNewFilter);
void OnFilterChanged(std::wstring const & bstrNewFilter);
public void OnFilterChanged (string bstrNewFilter);
abstract member OnFilterChanged : string -> unit
Public Sub OnFilterChanged (bstrNewFilter As String)

Parameters

bstrNewFilter
String

String containing the name of the filter to be applied to the Help collection.

Applies to