ViewActivatedEventArgs.CurrentActiveView Property

ViewActivatedEventArgsCurrentActiveView Property

The view that has just become active.

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

Property Value

View
See Also