public void OnSelectionClosed (Presets.Preset selection);

Descripción

This method is called by the PresetSelector when the modal window is closed.

You must use this method to destroy your PresetSelectorReceiver object. For an example, consult the DefaultPresetSelectorReceiver.OnSelectionClosed documentation.