ICustomGameControllerFactory.OnGameControllerAdded(IGameController) Method

Definition

Event raised when the controller is added.

public:
 void OnGameControllerAdded(IGameController ^ value);
void OnGameControllerAdded(IGameController const& value);
public void OnGameControllerAdded(IGameController value);
function onGameControllerAdded(value)
Public Sub OnGameControllerAdded (value As IGameController)

Parameters

value
IGameController

The added controller.

Applies to