How do you work with the button click events for native buttons? The wizard doesn’t include those.
I’m trying to run some code when a user clicks the “Ship All” button in Customer Shipment Entry.
I tried declaring it using this: this.btnShipAll += new System.EventHandler(this.btnShipAll_Click); but it gives me an error of ‘Script’ does not contain a definition for ‘btnShipAll’ and no extension method ‘btnShipAll’ accepting a first argument of type ‘Script’ could be found (are you missing a using directive or an assembly reference?)