VisibilityChangedEventArgs Properties
Provides data for the DockManager.VisibilityChanged and DockPanel.VisibilityChanged events.| Name | Description |
|---|---|
| OldVisibility | Gets the previous visible state of the panel. |
| Panel | Gets the processed dock panel. Inherited from DockPanelEventArgs. |
| Visibility | Gets the current visible state of the panel. |
See Also