No
But you cannot set up a property with a default value for a type that requires use of the NEW operator (like this would)
You’ll have to set the value at runtime
You could try doing a Dynamic web dialog. Rather than having an instance on the web page, create a New instance of it at runtime and use AddHandler to get the Dismissed event.