WebFormsRootDesigner.IDesignerFilter.PostFilterEvents(IDictionary) Method

Definition

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

 virtual void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System::Collections::IDictionary ^ events) = System::ComponentModel::Design::IDesignerFilter::PostFilterEvents;
void IDesignerFilter.PostFilterEvents (System.Collections.IDictionary events);
abstract member System.ComponentModel.Design.IDesignerFilter.PostFilterEvents : System.Collections.IDictionary -> unit
override this.System.ComponentModel.Design.IDesignerFilter.PostFilterEvents : System.Collections.IDictionary -> unit
Sub PostFilterEvents (events As IDictionary) Implements IDesignerFilter.PostFilterEvents

Parameters

events
IDictionary

The event descriptor objects that represent the events of the class of the component. The keys in the dictionary of events are event names.

Implements

Remarks

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

Applies to

See also