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