0
Answered

Namespace / DLL for mouse events?

Lukas Horrer 3 years ago updated by Андрей Ринас2 (ATAS developer) 3 years ago 1

Hello guys,

I'm working on a custom indicator and I want to use mouse events.

In which namespace / DLL file is defined "RenderControlMouseEventArgs" ? 


I need to override this function, but I can't find the EventArgs type.

public override bool ProcessMouseMove(RenderControlMouseEventArgs e)
{
...
}

Thanks

Lukas

Answered

Hello.

Please add OFT.Rendering.dll to the project

Thanks