You should learn to use your object browser, all class objects are laid out for easy reading of what you want. In the .NET binding there is no pollEvent on the RenderWindow, instead assign the event objects of the RenderWindow to a callback handler and do your event handling there. And in your game loop just call RenderWindow.DispatchEvents.