System.Windows.Forms.Design.EventHandlerService.PushHandler Method

Pushes a new event handler on the stack.

Syntax

public void PushHandler (object handler)

Parameters

handler
The handler to add to the stack.

Remarks

This handler will be used by all components that request a compatible handler type. If this handler does not support the requested type, the next handler on the stack will be used.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0