Hi All, Why call a handller as reset, it is a little confusin. public event EventHandler DeviceReset; Best regards, Boki.
It's not a handler; it's an event. It fires when the graphics device is reset through Device.Reset() (e.g. changing screen mode or coming back from alt-tab). - Richard Boki wrote: > Hi All, > > Why call a handller as reset, it is a little confusin. > > public event EventHandler DeviceReset; > > Best regards, > Boki. >