TabbedDialogAction Delegate

TabbedDialogAction Delegate

Delegate for tabbed dialog actions, such as OnOK, OnCancel and RestoreDefaults.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public delegate void TabbedDialogAction()
Public Delegate Sub TabbedDialogAction
public delegate void TabbedDialogAction()
type TabbedDialogAction = 
    delegate of unit -> unit
See Also