# `NSNotification.Name.GSDocumentWasOpenedNotification`

*Type Property*

Posted after a document has opened.

## Declaration

```swift
static let GSDocumentWasOpened: NSNotification.Name
```

```objc
extern NSNotificationName const GSDocumentWasOpenedNotification;
```

```python
GSDocumentWasOpenedNotification: NSNotificationName
```

## Discussion

The notification object is the document.

