Monobjc.AppKit.DoubleActionDispatcher.DoDoubleAction C# (CSharp) Method

DoDoubleAction() private method

private DoDoubleAction ( Id sender ) : void
sender Id
return void
        public void DoDoubleAction(Id sender)
        {
            if (this.DoubleActionEvent != null)
            {
                this.DoubleActionEvent(sender);
            }
        }