1 instantiation of SubscriptionListChangedEventArgs
System.Net (1)
net\PeerToPeer\Collaboration\ContactManager.cs (1)
351subListChangedArgs = new SubscriptionListChangedEventArgs(null,
6 references to SubscriptionListChangedEventArgs
System.Net (6)
net\PeerToPeer\Collaboration\ContactManager.cs (6)
177private event EventHandler<SubscriptionListChangedEventArgs> m_subscriptionListChanged; 178public event EventHandler<SubscriptionListChangedEventArgs> SubscriptionListChanged 232private void AddSubscriptionListChanged(EventHandler<SubscriptionListChangedEventArgs> callback) 282private void RemoveSubscriptionListChanged(EventHandler<SubscriptionListChangedEventArgs> callback) 318SubscriptionListChangedEventArgs subListChangedArgs = null; 365EventHandler<SubscriptionListChangedEventArgs> handlerCopy = m_subscriptionListChanged;