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