ValidateFieldValueEventArgs(String, Int32, Boolean) Constructor
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:
ValidateFieldValueEventArgs(System::String ^ _fieldName, int _arrayIndex, bool _result);
public ValidateFieldValueEventArgs (string _fieldName, int _arrayIndex, bool _result);
new Dynamics.AX.Application.ValidateFieldValueEventArgs : string * int * bool -> Dynamics.AX.Application.ValidateFieldValueEventArgs
Public Sub New (_fieldName As String, _arrayIndex As Integer, _result As Boolean)
Parameters
- _fieldName
- String
- _arrayIndex
- Int32
- _result
- Boolean