FormTreeControl.checkedStateChanged(Int32, FormTreeCheckedState) 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 checkedStateChanged(int _Idx, Dynamics::AX::Application::FormTreeCheckedState _NewState);
public virtual void checkedStateChanged (int _Idx, Dynamics.AX.Application.FormTreeCheckedState _NewState);
abstract member checkedStateChanged : int * Dynamics.AX.Application.FormTreeCheckedState -> unit
override this.checkedStateChanged : int * Dynamics.AX.Application.FormTreeCheckedState -> unit
Public Overridable Sub checkedStateChanged (_Idx As Integer, _NewState As FormTreeCheckedState)
Parameters
- _Idx
- Int32
- _NewState
- FormTreeCheckedState