FormTabControl.tabChanged(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void tabChanged(int _FromTab, int _ToTab);
public virtual void tabChanged (int _FromTab, int _ToTab);
abstract member tabChanged : int * int -> unit
override this.tabChanged : int * int -> unit
Public Overridable Sub tabChanged (_FromTab As Integer, _ToTab As Integer)
Parameters
- _FromTab
- Int32
- _ToTab
- Int32