OnCancelAction Property


Tabbed Dialog Extension On Cancel Action Property

The cancel handler.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public TabbedDialogAction OnCancelAction { get; set; }

Property Value

TabbedDialogAction
Remarks
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