DockableFrameVisibilityChanged Event


UIControlled Application Dockable Frame Visibility Changed Event

Subscribe to GenericDockableFrame showing or hiding event to be notified when Revit GenericDockableFrame is showing or hiding.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public event EventHandler<DockableFrameVisibilityChangedEventArgs> DockableFrameVisibilityChanged

Value

EventHandler DockableFrameVisibilityChangedEventArgs
See Also