ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / OnClientValueChanged Property






In This Topic
    OnClientValueChanged Property (Calendar)
    In This Topic
    Occurs after a new date is selected.
    Syntax
    'Declaration
     
    
    Public Property OnClientValueChanged As System.String
    'Usage
     
    
    Dim instance As Calendar
    Dim value As System.String
     
    instance.OnClientValueChanged = value
     
    value = instance.OnClientValueChanged
    public System.string OnClientValueChanged {get; set;}
    public read-write property OnClientValueChanged: System.String; 
    public function get,set OnClientValueChanged : System.String
    public: __property System.string* get_OnClientValueChanged();
    public: __property void set_OnClientValueChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientValueChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also