Aspose.Tasks for C++
|
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... | |
Represents a callback that is called to create resource to store CSS.
|
pure virtual |
The method to be called while saving of CSS.
args | The CSS saving arguments. |