Share via


DismissiblePopup.OnOpened(EventArgs) Method

Definition

Responds to the condition in which the value of the IsOpen property changes from false to true.

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

Parameters

e
EventArgs

The event arguments.

Applies to