Revit 2026 API
Text |
Subscribe to this event to be notified when the Enter button is pressed in the text box.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public event EventHandler<TextBoxEnterPressedEventArgs> EnterPressed
Public Event EnterPressed As EventHandler(Of TextBoxEnterPressedEventArgs)
public: event EventHandler<TextBoxEnterPressedEventArgs^>^ EnterPressed { void add (EventHandler<TextBoxEnterPressedEventArgs^>^ value); void remove (EventHandler<TextBoxEnterPressedEventArgs^>^ value); }
member EnterPressed : IEvent<EventHandler<TextBoxEnterPressedEventArgs>, TextBoxEnterPressedEventArgs>
Value
EventHandlerTextBoxEnterPressedEventArgsSee Also