FiltersChangedEventArgs.OldFilter 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 before the change.
public: initonly Microsoft::VisualStudio::Shell::TableControl::IEntryFilter ^ OldFilter;
initonly Microsoft::VisualStudio::Shell::TableControl::IEntryFilter OldFilter;
public readonly Microsoft.VisualStudio.Shell.TableControl.IEntryFilter OldFilter;
val mutable OldFilter : Microsoft.VisualStudio.Shell.TableControl.IEntryFilter
Public ReadOnly OldFilter As IEntryFilter
Field Value
Remarks
This will be null if there was no filter associated with Key.