OpenTween.HookGlobalHotkey.OnHandleDestroyed C# (CSharp) Method

OnHandleDestroyed() public method

public OnHandleDestroyed ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void
        public void OnHandleDestroyed(Object sender, EventArgs e)
        {
            this.ReleaseHandle();
        }