Aspose.Tasks for C++
|
Represents a callback that is called before TextStyle is applied to a table cell. More...
#include <ITextStyleModificationCallback.h>
Inherits System::Object.
Public Member Functions | |
virtual void | BeforeTaskTextStyleApplied (System::SharedPtr< TaskTextStyleEventArgs > args)=0 |
The method to be called before rendering of a table cell for a task row in the following views: 'Gantt Chart', 'Task Sheet', 'Task Usage'. More... | |
Represents a callback that is called before TextStyle is applied to a table cell.
|
pure virtual |
The method to be called before rendering of a table cell for a task row in the following views: 'Gantt Chart', 'Task Sheet', 'Task Usage'.
args | The TaskTextStyleEventArgs object. |