It's not clear to me why you would need to do this. The default when you create a fulltext index is CHANGE_TRACKING = AUTO, which means that SQL Server will update the index automatically.
Observe though, that in difference to regular indexes, fulltext indexes are updated asynchronously, so changes are not visible immediately, but there can be a delay.