FiltersChangedEventArgs.NewFilter Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filter after the change.
public: initonly Microsoft::VisualStudio::Shell::TableControl::IEntryFilter ^ NewFilter;
initonly Microsoft::VisualStudio::Shell::TableControl::IEntryFilter NewFilter;
public readonly Microsoft.VisualStudio.Shell.TableControl.IEntryFilter NewFilter;
val mutable NewFilter : Microsoft.VisualStudio.Shell.TableControl.IEntryFilter
Public ReadOnly NewFilter As IEntryFilter
Field Value
Remarks
This will be null if the filter associated with Key was removed.