public void Initialize (Object[] targets);

Parámetros

targetsThe objects being previewed.

Descripción

Called when the Preview gets created with the objects being previewed.

You can override this function and use this to cache or initialize anything needed by your preview.