ATMLCommonLibrary.controls.equipment.TestStationControl.identificationControl_Error C# (CSharp) Метод

identificationControl_Error() приватный Метод

private identificationControl_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void identificationControl_Error(object sender, EventArgs e)
        {
            ValidationEventArgs args = e as ValidationEventArgs;
            if (args != null)
            {
                Console.WriteLine( args.Message );
            }
        }