Aspose.Tasks for C++
Aspose::Tasks::ICssSavingCallback Class Referenceabstract

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

#include <ICssSavingCallback.h>

Inherits System::Object.

Public Member Functions

virtual void CssSaving (System::SharedPtr< CssSavingArgs > args)=0
 The method to be called while saving of CSS. More...
 

Detailed Description

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

Member Function Documentation

◆ CssSaving()

virtual void Aspose::Tasks::ICssSavingCallback::CssSaving ( System::SharedPtr< CssSavingArgs args)
pure virtual

The method to be called while saving of CSS.

Parameters
argsThe CSS saving arguments.