just add more ticks i.e.
public SomeClass() { Tick += OnTick; Tick += OnAnotherTick; Tick += ThisIsTheThirdTicker; }