public interface ICssSavingCallback
Represents a callback that is called to create resource to store CSS.
Modifier and Type | Method and Description |
---|---|
void |
cssSaving(CssSavingArgs args)
The method to be called while saving of CSS.
|
void cssSaving(CssSavingArgs args)
The method to be called while saving of CSS.
args
- The CSS saving arguments.