WebFormsRootDesigner.PostFilterEvents(IDictionary) Método

Definición

Permite a un diseñador cambiar o quitar elementos en el conjunto de eventos que el diseñador expone mediante un objeto TypeDescriptor.

protected:
 virtual void PostFilterEvents(System::Collections::IDictionary ^ events);
protected virtual void PostFilterEvents (System.Collections.IDictionary events);
abstract member PostFilterEvents : System.Collections.IDictionary -> unit
override this.PostFilterEvents : System.Collections.IDictionary -> unit
Protected Overridable Sub PostFilterEvents (events As IDictionary)

Parámetros

events
IDictionary

Eventos para la clase del componente.

Se aplica a

Consulte también