PriceAlertAddedEventArgs¶ Summary¶ Provides data for the price alert added event. Signature 1public class PriceAlertAddedEventArgs Namespace¶ cAlgo.API Properties¶ PriceAlert¶ Summary Gets added price alert. Signature 1public PriceAlert PriceAlert {get;} Return Value PriceAlert