Esempio n. 1
0
 public void RemoveEvent(AttachedEventData eventData)
 {
     events.Remove(eventData.Property.PropertyID);
 }
Esempio n. 2
0
 public void AddEvent(AttachedEventData eventData)
 {
     events.Add(eventData.Property.PropertyID, eventData);
 }