TabbedDialogAction Delegate |
Delegate for tabbed dialog actions, such as OnOK, OnCancel and RestoreDefaults.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic delegate void TabbedDialogAction()
Public Delegate Sub TabbedDialogAction
public delegate void TabbedDialogAction()
type TabbedDialogAction =
delegate of unit -> unit
See Also