OnLoad Method (TextInput)
In This Topic
Syntax
'Declaration
Protected Overrides Sub OnLoad( _
ByVal As EventArgs _
)
'Usage
Dim instance As TextInput
Dim e As EventArgs
instance.OnLoad(e)
protected override void OnLoad(
EventArgs
)
Parameters
- e
See Also