jeff
3
Q:

user control equivalent event for form.shown c#

protected override void OnVisibleChanged(EventArgs e)
{
    base.OnVisibleChanged(e);

    if (Visible && !Disposing) PopulateGridView(); //<-- your population logic
}
0

New to Communities?

Join the community