System.Windows.Forms.HexBox.OnHorizontalByteCountChanged C# (CSharp) Méthode

OnHorizontalByteCountChanged() protected méthode

Raises the HorizontalByteCountChanged event.
protected OnHorizontalByteCountChanged ( EventArgs e ) : void
e EventArgs An EventArgs that contains the event data.
Résultat void
        protected virtual void OnHorizontalByteCountChanged(EventArgs e)
        {
            if(HorizontalByteCountChanged != null)
                HorizontalByteCountChanged(this, e);
        }