You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Unsure of what the right code should be, but this would compile.privatevoidbtnFilter_Click(objectsender,EventArgse){upMCIF.Height=Height-Panel1.Height-20;upMCIF.Width=Width-20;upMCIF.ShowPopup(8,Panel1.Height,(onclose)=>{// upMCIF.Height = 1// upMCIF.Width = 1SetFilters();Focus();btnFilter.Refresh();btnFilter.Invalidate();btnFilter.Update();});upMCIF.Focus();}
Details
CC 8.41 vs2019 extension
Signature of ShowPopup is
public void ShowPopup(int x, int y, Action<UserPopup> onclose = null);
The text was updated successfully, but these errors were encountered:
Error thrown by compiler on erroreous code is "Delegate Action does not take 0 arguments" (CS1593)
VB.Net input code
Erroneous output
Expected output
Details
CC 8.41 vs2019 extension
Signature of ShowPopup is
The text was updated successfully, but these errors were encountered: