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