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

OnSelectionStartChanged() protected méthode

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