FormTreeControlExpandEventArgs(Int32, FormTreeExpand, Object) 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:
FormTreeControlExpandEventArgs(int _Idx, Dynamics::AX::Application::FormTreeExpand _action, System::Object ^ _data);
public FormTreeControlExpandEventArgs (int _Idx, Dynamics.AX.Application.FormTreeExpand _action, object _data);
new Dynamics.AX.Application.FormTreeControlExpandEventArgs : int * Dynamics.AX.Application.FormTreeExpand * obj -> Dynamics.AX.Application.FormTreeControlExpandEventArgs
Public Sub New (_Idx As Integer, _action As FormTreeExpand, _data As Object)
Parameters
- _Idx
- Int32
- _action
- FormTreeExpand
- _data
- Object