DataSourceRuntimeMetadataChangedEvtArgs.newmethod 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.
Initializes a new instance of the ManagedEventArgs class.
protected:
void newmethod(System::String ^ _changedDatasourceName, System::String ^ _referencedDatasourceName, int _changedFieldId, Dynamics::AX::Application::DataSourceMetadataChangeType _changeType);
protected void newmethod (string _changedDatasourceName, string _referencedDatasourceName, int _changedFieldId, Dynamics.AX.Application.DataSourceMetadataChangeType _changeType);
override this.newmethod : string * string * int * Dynamics.AX.Application.DataSourceMetadataChangeType -> unit
Protected Sub newmethod (_changedDatasourceName As String, _referencedDatasourceName As String, _changedFieldId As Integer, _changeType As DataSourceMetadataChangeType)
Parameters
- _changedDatasourceName
- String
- _referencedDatasourceName
- String
- _changedFieldId
- Int32
- _changeType
- DataSourceMetadataChangeType