ITextStyleModificationCallback

public interface ITextStyleModificationCallback

Represents a callback that is called before TextStyle is applied to a table cell.

Methods

MethodDescription
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:

ParameterTypeDescription
argsTaskTextStyleEventArgsThe TaskTextStyleEventArgs object.