ComponentDocumentDesigner::ITypeDescriptorFilterService::FilterEvents Method (IComponent^, IDictionary^)

 

For a description of this member, see ITypeDescriptorFilterService::FilterEvents.

Namespace:   System.Windows.Forms.Design
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::Boolean

true 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
Return to top
Show: