Package com.aspose.tasks
Interface ICssSavingCallback
-
public interface ICssSavingCallback
Represents a callback that is called to create resource to store CSS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cssSaving(CssSavingArgs args)
The method to be called while saving of CSS.
-
-
-
Method Detail
-
cssSaving
void cssSaving(CssSavingArgs args)
The method to be called while saving of CSS.
- Parameters:
args
- The CSS saving arguments.
-
-