Revit 2018 API |
TextBox..::..EnterPressed Event |
TextBox Class See Also |
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: 18.0.0.0 (18.0.0.420)
Syntax
C# |
---|
public event EventHandler<TextBoxEnterPressedEventArgs> EnterPressed |
Visual Basic |
---|
Public Event EnterPressed As EventHandler(Of TextBoxEnterPressedEventArgs) |
Visual C++ |
---|
public: event EventHandler<TextBoxEnterPressedEventArgs^>^ EnterPressed { void add (EventHandler<TextBoxEnterPressedEventArgs^>^ value); void remove (EventHandler<TextBoxEnterPressedEventArgs^>^ value); } |