Share via


ConnectionDialog.OnVisibleChanged(EventArgs) Method

Definition

Raises an event if a control changes visibility.

protected:
 override void OnVisibleChanged(EventArgs ^ e);
protected override void OnVisibleChanged (EventArgs e);
override this.OnVisibleChanged : EventArgs -> unit
Protected Overrides Sub OnVisibleChanged (e As EventArgs)

Parameters

e
EventArgs

The event arguments that contain the event data.

Applies to