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