ITextStyleModificationCallback
public interface ITextStyleModificationCallback
Represents a callback that is called before TextStyle is applied to a table cell.
Methods
Method | Description |
---|---|
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’. |
beforeTaskTextStyleApplied(TaskTextStyleEventArgs args)
public abstract 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’.
Parameters:
Parameter | Type | Description |
---|---|---|
args | TaskTextStyleEventArgs | The TaskTextStyleEventArgs object. |