ValidateEventArgs Constructors
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.
Overloads
ValidateEventArgs() | |
ValidateEventArgs(Boolean) |
ValidateEventArgs()
public:
ValidateEventArgs();
public ValidateEventArgs ();
Public Sub New ()
Applies to
ValidateEventArgs(Boolean)
public:
ValidateEventArgs(bool _result);
public ValidateEventArgs (bool _result);
new Dynamics.AX.Application.ValidateEventArgs : bool -> Dynamics.AX.Application.ValidateEventArgs
Public Sub New (_result As Boolean)
Parameters
- _result
- Boolean