FormListControl.itemChanged(Int32, 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 itemChanged(int _Idx, System::Object ^ _Data);
public virtual void itemChanged (int _Idx, object _Data);
abstract member itemChanged : int * obj -> unit
override this.itemChanged : int * obj -> unit
Public Overridable Sub itemChanged (_Idx As Integer, _Data As Object)
Parameters
- _Idx
- Int32
- _Data
- Object