Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / DateCalendarCellType Class / OnClientDateSelectionChanged Property


In This Topic
    OnClientDateSelectionChanged Property
    In This Topic
    Gets or sets the client-side dateSelectionChanged event data.
    Syntax
    'Declaration
     
    
    Public Property OnClientDateSelectionChanged As String
    'Usage
     
    
    Dim instance As DateCalendarCellType
    Dim value As String
     
    instance.OnClientDateSelectionChanged = value
     
    value = instance.OnClientDateSelectionChanged
    public string OnClientDateSelectionChanged {get; set;}

    Property Value

    String containing the event data
    See Also