public interface ITextStyleModificationCallback
Represents a callback that is called before TextStyle is applied to a table cell.
Modifier and Type | Method and Description |
---|---|
void |
beforeTaskTextStyleApplied(TaskTextStyleEventArgs args)
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'.
|
void beforeTaskTextStyleApplied(TaskTextStyleEventArgs args)
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.