RButton.OnActivate


public event OnActivate

Prototype:

OnActivate(Sender, EventData)

Parameters

Sender
the event firing control
EventData
unused for this event

Description:

The "activate" signal on RButton is an action signal and emitting it causes the button to animate press then release. Applications should never connect to this signal, but use the OnClicked event.

Return value:

This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.