ICssSavingCallback
public interface ICssSavingCallback
Represents a callback that is called to create resource to store CSS.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
args | CssSavingArgs | The CSS saving arguments. |