# `GSDialogDelegateProtocol handleScreenChange:`

*Instance Method*

## Declaration

```swift
optional func handleScreenChange(_ window: NSWindow)
```

```objc
- (void) handleScreenChange:(NSWindow *) window;
```

```python
handleScreenChange_(window: NSWindow)
```

