Revit 2026 API
Tabbed |
The ok handler.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TabbedDialogAction OnOKAction { get; }
Public ReadOnly Property OnOKAction As TabbedDialogAction Get
public: property TabbedDialogAction^ OnOKAction { TabbedDialogAction^ get (); }
member OnOKAction : TabbedDialogAction with get
Property Value
TabbedDialogActionThis handler will be invoked when the "Ok" button in Revit options dialog is clicked.
See Also