FontChooserT.addOnFontActivated

Emitted when a font is activated. This usually happens when the user double clicks an item, or an item is selected and the user presses one of the keys Space, Shift+Space, Return or Enter.

template FontChooserT(TStruct)
gulong
addOnFontActivated
(
void delegate
(
string
,
FontChooserIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta