Configurates the
C1.Web.Mvc.Popup.OnClientShown client event. Sets the client function which occurs after the Popup has been shown.
Syntax
'Declaration
Public Function OnClientShown( _
ByVal As String _
) As PopupBuilder
public PopupBuilder OnClientShown(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also