Bearbeiten

ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterEvents Method

Definition

For a description of this member, see FilterEvents(IComponent, IDictionary).

 virtual bool System.ComponentModel.Design.ITypeDescriptorFilterService.FilterEvents(System::ComponentModel::IComponent ^ component, System::Collections::IDictionary ^ events) = System::ComponentModel::Design::ITypeDescriptorFilterService::FilterEvents;
bool ITypeDescriptorFilterService.FilterEvents (System.ComponentModel.IComponent component, System.Collections.IDictionary events);
abstract member System.ComponentModel.Design.ITypeDescriptorFilterService.FilterEvents : System.ComponentModel.IComponent * System.Collections.IDictionary -> bool
override this.System.ComponentModel.Design.ITypeDescriptorFilterService.FilterEvents : System.ComponentModel.IComponent * System.Collections.IDictionary -> bool
Function FilterEvents (component As IComponent, events As IDictionary) As Boolean Implements ITypeDescriptorFilterService.FilterEvents

Parameters

component
IComponent

The component to filter events for.

events
IDictionary

A dictionary of events that can be modified.

Returns

true if the set of filtered events is to be cached; false if the filter service must query again.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ComponentDocumentDesigner instance is cast to an ITypeDescriptorFilterService interface.

Applies to