DockableFrameFocusChangedEventArgs.PaneId Property

DockableFrameFocusChangedEventArgsPaneId Property

The identifier for dockable pane.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public DockablePaneId PaneId { get; }
Public ReadOnly Property PaneId As DockablePaneId
	Get
public:
property DockablePaneId^ PaneId {
	DockablePaneId^ get ();
}
member PaneId : DockablePaneId with get

Property Value

DockablePaneId
See Also