I am converting a large project from some 2012 controls to the latest version. All is going well, until I hit the treeview control.
On compile, I get this error.
Cannot implicitly convert type 'Telerik.WinControls.UI.RadTreeView.TreeViewEventHandler' to 'Telerik.WinControls.UI.TreeNodeCheckedEventHandler'
Not quite sure how to handle this.
here is the referenced line of code
this.monitorRadTreeView.NodeCheckedChanged += new Telerik.WinControls.UI.RadTreeView.TreeViewEventHandler(this.monitorRadTreeView_NodeCheckedChanged);
On compile, I get this error.
Cannot implicitly convert type 'Telerik.WinControls.UI.RadTreeView.TreeViewEventHandler' to 'Telerik.WinControls.UI.TreeNodeCheckedEventHandler'
Not quite sure how to handle this.
here is the referenced line of code
this.monitorRadTreeView.NodeCheckedChanged += new Telerik.WinControls.UI.RadTreeView.TreeViewEventHandler(this.monitorRadTreeView_NodeCheckedChanged);