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