---
title: NSConnectionDidInitializeNotification
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsconnectiondidinitializenotification
---

# NSConnectionDidInitializeNotification

Posted when an NSConnection object is initialized using initWithReceivePort:sendPort: (the designated initializer for NSConnection). The notification object is the NSConnection object. This notification does not contain a userInfo dictionary.

## Declaration

```occ
extern NSString * const NSConnectionDidInitializeNotification;
```

## Discussion

Discussion

## See Also

### Related Documentation

- [initWithReceivePort:sendPort:](foundation/nsconnection/initwithreceiveport:sendport:.md)

### Notifications

- [NSConnectionDidDieNotification](foundation/nsconnectiondiddienotification.md)
