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

OnInsertActiveChanged() protected méthode

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