ComponentDocumentDesigner::ITypeDescriptorFilterService::FilterEvents Method (IComponent^, IDictionary^)
.NET Framework (current version)
For a description of this member, see ITypeDescriptorFilterService::FilterEvents.
Assembly: System.Design (in System.Design.dll)
private: virtual bool FilterEvents( IComponent^ component, IDictionary^ events ) sealed = ITypeDescriptorFilterService::FilterEvents
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The component to filter events for.
- events
-
Type:
System.Collections::IDictionary^
A dictionary of events that can be modified.
Return Value
Type: System::Booleantrue if the set of filtered events is to be cached; false if the filter service must query again.
This member is an explicit interface member implementation. It can be used only when the ComponentDocumentDesigner instance is cast to an ITypeDescriptorFilterService interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: