Truncate Table is essentially T-SQL so you could conceptually use the following T-SQL event classes
SQL:BatchStarting
SQL:StmtCompleted
SQL:StmtStarting
You then probably do a filter on the TextData column like %Truncate%
Hope that helps
Everything you can imagine is real.