ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.OnCausesValidationChanged C# (CSharp) Method

OnCausesValidationChanged() protected method

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