OnTabIndexChanged Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnTabIndexChanged( _
ByVal As System.EventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim e As System.EventArgs
instance.OnTabIndexChanged(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void OnTabIndexChanged(
System.EventArgs
)
protected procedure OnTabIndexChanged(
: System.EventArgs
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnTabIndexChanged(
: System.EventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnTabIndexChanged(
System.EventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnTabIndexChanged(
System.EventArgs^
)
Parameters
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also