ICssSavingCallback

public interface ICssSavingCallback

Represents a callback that is called to create resource to store CSS.

Methods

MethodDescription
cssSaving(CssSavingArgs args)The method to be called while saving of CSS.

cssSaving(CssSavingArgs args)

public abstract void cssSaving(CssSavingArgs args)

The method to be called while saving of CSS.

Parameters:

ParameterTypeDescription
argsCssSavingArgsThe CSS saving arguments.