
0
Answered
Namespace / DLL for mouse events?
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
Customer support service by UserEcho
Hello.
Please add OFT.Rendering.dll to the project
Thanks