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

OnLostFocus() protected méthode

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e EventArgs An EventArgs that contains the event data.
Résultat void
        protected override void OnLostFocus(EventArgs e)
        {
            base.OnLostFocus (e);

            DestroyCaret();
        }