Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the TextChanged event.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected Overrides Sub OnTextChanged ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnTextChanged(e)
protected override void OnTextChanged(
EventArgs e
)
Parameters
- e
Type: System.EventArgs
The EventArgs that contains the event data.