Be.Windows.Forms.HexBox.OnInsertActiveChanged C# (CSharp) 메소드

OnInsertActiveChanged() 보호된 메소드

Raises the InsertActiveChanged event.
protected OnInsertActiveChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void
        protected virtual void OnInsertActiveChanged(EventArgs e)
        {
            if (InsertActiveChanged != null)
                InsertActiveChanged(this, e);
        }
HexBox