Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AutoCompleteCellType Class / OnClientItemSelected Property


In This Topic
    OnClientItemSelected Property
    In This Topic
    Handles the client-side itemSelected event.
    Syntax
    'Declaration
     
    
    Public Property OnClientItemSelected As String
    'Usage
     
    
    Dim instance As AutoCompleteCellType
    Dim value As String
     
    instance.OnClientItemSelected = value
     
    value = instance.OnClientItemSelected
    public string OnClientItemSelected {get; set;}
    See Also