ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupMaskedTextBox.OnTypeValidationCompleted C# (CSharp) Метод

OnTypeValidationCompleted() защищенный Метод

Raises the TypeValidationCompleted event.
protected OnTypeValidationCompleted ( System.Windows.Forms.TypeValidationEventArgs e ) : void
e System.Windows.Forms.TypeValidationEventArgs An EventArgs that contains the event data.
Результат void
        protected virtual void OnTypeValidationCompleted(TypeValidationEventArgs e)
        {
            if (TypeValidationCompleted != null)
                TypeValidationCompleted(this, e);
        }