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

OnResize() 보호된 메소드

Raises the Resize event.
protected OnResize ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void
        protected override void OnResize(EventArgs e)
        {
            base.OnResize(e);
            UpdateRectanglePositioning();
        }
HexBox