Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the Activated event. Override this method to add code to handle when the game gains focus.
Syntax
'Declaration
Protected Overridable Sub OnActivated ( _
sender As Object, _
args As EventArgs _
)
protected virtual void OnActivated (
Object sender,
EventArgs args
)
protected:
virtual void OnActivated(
Object sender,
EventArgs args
)
Parameters
Remarks
The OnActivated method allows derived classes to handle the Activated event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Game Class
Game Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone