OpenTween.HookGlobalHotkey.OnHandleCreated C# (CSharp) Method

OnHandleCreated() public method

public OnHandleCreated ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void
        public void OnHandleCreated(Object sender, EventArgs e)
        {
            this.AssignHandle(_targetForm.Handle);
        }