Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ComboBoxCellType Class / OnClientChanged Property
Example


In This Topic
    OnClientChanged Property (ComboBoxCellType)
    In This Topic
    Gets or sets the OnClientChanged event settings of the cell.
    Syntax
    'Declaration
     
    
    Public Property OnClientChanged As String
    'Usage
     
    
    Dim instance As ComboBoxCellType
    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
    Example
    This example sets the OnClientChanged property.
    See Also