Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

DatePicker.ClientSideOnBlur Property

Specifies the name of client side JavaScript function which is called when calendar loses focus.

[Visual Basic]
Public Property ClientSideOnBlur As String
[C#]
public String ClientSideOnBlur {get; set;}

Remarks

Extra caution should be taken when using this property because the focus changes not only when user change focus within the browser window, but also when user switches from/to another window.

See clientside_generic_handler for details about parameters and return value of this function.

See Also

DatePicker Class | EO.Web Namespace


Direct link to this topic