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