NetXP 3.0 Reference

PopupForm.Showing Event

Raised when showing the form. Provides an opportunity to animate the form.

[Visual Basic]
Public Event Showing As EventHandler
[C#]
public event EventHandler Showing;

See Also

PopupForm Class | NETXP.Library Namespace