ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnCausesValidationChanged C# (CSharp) 메소드

OnCausesValidationChanged() 보호된 메소드

Raises the CausesValidationChanged event.
protected OnCausesValidationChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void
        protected override void OnCausesValidationChanged(EventArgs e)
        {
            ListBox.CausesValidation = CausesValidation;
            base.OnCausesValidationChanged(e);
        }
KryptonCheckedListBox