| Revit 2019.2 API |
| TabbedDialogAction Delegate |
| See Also |
Delegate for tabbed dialog actions, such as OnOK, OnCancel and RestoreDefaults.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 19.0.0.0 (19.2.0.66)
Since: 2013
Syntax
| C# |
|---|
public delegate void TabbedDialogAction() |
| Visual Basic |
|---|
Public Delegate Sub TabbedDialogAction |
| Visual C++ |
|---|
public delegate void TabbedDialogAction() |