FormTabControlTabChangedEventArgs(Int32, Int32) Constructor
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:
FormTabControlTabChangedEventArgs(int _oldTab, int _newTab);
public FormTabControlTabChangedEventArgs (int _oldTab, int _newTab);
new Dynamics.AX.Application.FormTabControlTabChangedEventArgs : int * int -> Dynamics.AX.Application.FormTabControlTabChangedEventArgs
Public Sub New (_oldTab As Integer, _newTab As Integer)
Parameters
- _oldTab
- Int32
- _newTab
- Int32