System.Windows.Forms.Design.EventHandlerService Members

The members of System.Windows.Forms.Design.EventHandlerService are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
FocusWindowSystem.Windows.Forms.Control.

Gets the control to which event handlers are attached.

Public Methods

GetHandler(Type) : object

Gets the currently active event handler of the specified type.

PopHandler(object)

Pops the given handler off of the stack.

PushHandler(object)

Pushes a new event handler on the stack.

Public Events

EventHandlerChanged

Fires an OnEventHandlerChanged event.