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);
        }