is it possible to call form load event on button click

Following is the vb code i want same function in vb.net

Private Sub cmdaddcancel_Click()
  
      Form_Load
  
      End Sub

Private Sub cmdaddcancel_Click() Form_Load End Sub

in vb we simply call Form_Load is it possible in vb.net

For eg: IN VB.net currnetly i am on form no 1 and there is one button on click of dat button i want the current form should again load is it possible

PLS HELP.........

use following:

Call Form1_Load(Nothing, Nothing)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.