FormTreeControl.expanded(Int32, FormTreeExpand, Object) 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 expanded(int _Idx, Dynamics::AX::Application::FormTreeExpand _action, System::Object ^ _data);
public virtual void expanded (int _Idx, Dynamics.AX.Application.FormTreeExpand _action, object _data);
abstract member expanded : int * Dynamics.AX.Application.FormTreeExpand * obj -> unit
override this.expanded : int * Dynamics.AX.Application.FormTreeExpand * obj -> unit
Public Overridable Sub expanded (_Idx As Integer, _action As FormTreeExpand, _data As Object)
Parameters
- _Idx
- Int32
- _action
- FormTreeExpand
- _data
- Object