ATML1671Reader.forms.TestConfigurationForm.testConfigurationControl1_ProjectUutChanged C# (CSharp) Method

testConfigurationControl1_ProjectUutChanged() private method

private testConfigurationControl1_ProjectUutChanged ( IAtmlObject uutDescription, AtmlActionType actionType, EventArgs args ) : IAtmlObject
uutDescription IAtmlObject
actionType AtmlActionType
args System.EventArgs
return IAtmlObject
        private IAtmlObject testConfigurationControl1_ProjectUutChanged(IAtmlObject uutDescription,
            AtmlActionType actionType, EventArgs args)
        {
            OnAtmlObjectAction(uutDescription, actionType, args);
            return uutDescription;
        }