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


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