/// <summary> /// Constructs a new PBasicInputEventHandler. /// </summary> public PBasicInputEventHandler() { this.AcceptsEvent = new AcceptsEventDelegate(PBasicInputEventHandlerAcceptsEvent); }