How can i call server event from widget?

I have spawned widget on client and i need to start server event after pressing button. How can i do this?

A Widget should only do widget things. Somewhere else (perhaps where you create the widget) you should bind to the button event dispatcher to listen for events happening on the button and use that callback to execute the server event.