FiltersChangedEventArgs Class

Visual Studio 2015
 

Event arguments for an IWpfTableControl.FiltersChanged event.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Shell.TableControl::FiltersChangedEventArgs

public ref class FiltersChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodFiltersChangedEventArgs(String^, IEntryFilter^, IEntryFilter^)

Create an instance of FiltersChangedEventArgs with the specified key.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldKey

The key.

System_CAPS_pubfieldNewFilter

Filter after the change. This will be null if the filter associated with <see name="Key"/> was removed.

System_CAPS_pubfieldOldFilter

The filter before the change. This will be null if there was no filter associated with Key.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: