<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno ven 24 apr 2020 alle ore 07:19 Yeshua Rodas <<a href="mailto:yrodas@upnfm.edu.hn">yrodas@upnfm.edu.hn</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello folks.<br></div><div><br></div><div>The TableView has a Select event that is raised when the selection changes.</div><div><br></div><div>The DataView implements a TableView, however do not implement the Select Event.</div><div><br></div><div>How can I add a method to be called when the Select Event of the TableView of the DataView rises?<br></div><div><br></div><div>Thank you.<br></div></div></blockquote><div><br></div><div>You answered yourself, try this:</div><div><br></div><div>  Dim hView As TableView<br>  <br>  hView = DataView1.Children[0]<br>  hView.SelectAll</div><div><br></div><div>Regards</div><div>Gianluigi<br> </div></div></div>