Slick on init

$('.spv-slider').on('init', function(event, slick){
    console.log("initialized")
});
Redwan Hussain