Package com.aspose.tasks
Interface ICssSavingCallback
-
public interface ICssSavingCallbackRepresents a callback that is called to create resource to store CSS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcssSaving(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.
-
-