2 instantiations of CreateContactCompletedEventArgs
System.Net (2)
net\PeerToPeer\Collaboration\ContactManager.cs (2)
1580createContactCompletedArgs = new CreateContactCompletedEventArgs(peerContact, null, false, userToken); 1583createContactCompletedArgs = new CreateContactCompletedEventArgs(peerContact, ex, false, userToken);
8 references to CreateContactCompletedEventArgs
System.Net (8)
net\PeerToPeer\Collaboration\ContactManager.cs (8)
1475private event EventHandler<CreateContactCompletedEventArgs> m_createContactCompleted; 1476public event EventHandler<CreateContactCompletedEventArgs> CreateContactCompleted 1578CreateContactCompletedEventArgs createContactCompletedArgs; 1589void OnCreateContactCompleted(CreateContactCompletedEventArgs e) 1591EventHandler<CreateContactCompletedEventArgs> handlerCopy = m_createContactCompleted; 1600CreateContactCompletedEventArgs args = (CreateContactCompletedEventArgs) operationState; 1609internal void PrepareToRaiseCreateContactCompletedEvent(AsyncOperation asyncOP, CreateContactCompletedEventArgs args)