WinFormsOBPartBase.OnTextChanged Method
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.