Hi!
I tried to use the event for a complete backup, but I’m a little uncertan how to use the right types:
this.controllers.BackupCompleted += new BackupEventHandler(c_BackupCompleted);
And here is the event handler…
public void c_BackupCompleted(object sender,ABB.Robotics.Controllers.BackupEventArgs e)
{
}
This sollution gives me the compiler error:
"Error 2 Cannot implicitly convert type ‘ABB.Robotics.Controllers.BackupEventHandler’ to 'System.EventHandler<ABB.Robotics.Controllers.BackupEvent Args>
// Bj?rn