Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / ComboBoxEditor Class / OnClientChanged Property


In This Topic
    OnClientChanged Property (ComboBoxEditor)
    In This Topic
    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;}

    Property Value

    String containing the client-side changed event settings
    See Also