8 #include <system/object.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
16 namespace Visualization
18 class TaskTextStyleEventArgs;
27 namespace Visualization {
35 typedef System::Object BaseType;
37 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
38 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
47 virtual void BeforeTaskTextStyleApplied(System::SharedPtr<TaskTextStyleEventArgs> args) = 0;
Represents a callback that is called before TextStyle is applied to a table cell.
Definition: ITextStyleModificationCallback.h:32