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