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

OnVerticalByteCountChanged() protected méthode

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