Revit 2026 API
Tabbed |
The cancel handler.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TabbedDialogAction OnCancelAction { get; set; }
Public Property OnCancelAction As TabbedDialogAction Get Set
public: property TabbedDialogAction^ OnCancelAction { TabbedDialogAction^ get (); void set (TabbedDialogAction^ value); }
member OnCancelAction : TabbedDialogAction with get, set
Property Value
TabbedDialogAction
This handler will be invoked when the "Cancel" button in Revit options dialog is clicked.
The Revit options dialog will be closed directly if this property was set to .
See Also