DekGenius.com
[ Team LiB ] Previous Section Next Section

EventHandlerService

System.Windows.Forms.Design (system.design.dll)sealed class

This class is for internal use by the framework and should not be used from your own code.

public sealed class EventHandlerService : IEventHandlerService {
// Public Constructors
   public EventHandlerService(System.Windows.Forms.Control focusWnd);
// Public Instance Properties
   public Control FocusWindow{get; }
// implements IEventHandlerService
// Public Instance Methods
  // implements IEventHandlerService
  // implements IEventHandlerService
  // implements IEventHandlerService
// Events
   public event EventHandler EventHandlerChanged;
// implements IEventHandlerService
}
    [ Team LiB ] Previous Section Next Section