Spread for ASP.NET 12 Product Documentation
OnClientChanged Property (ComboBoxEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > ComboBoxEditor Class : OnClientChanged Property
Gets or sets the client-side changed event properties.
Syntax
'Declaration
 
Public Property OnClientChanged As String
'Usage
 
Dim instance As ComboBoxEditor
Dim value As String
 
instance.OnClientChanged = value
 
value = instance.OnClientChanged
public string OnClientChanged {get; set;}
See Also

Reference

ComboBoxEditor Class
ComboBoxEditor Members