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

OnCurrentPositionInLineChanged() protected méthode

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