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






In This Topic
    OnClientDisplayMonthChanged Property
    In This Topic
    Occurs after the DisplayMonth property changes.
    Syntax
    'Declaration
     
    
    Public Property OnClientDisplayMonthChanged As System.String
    'Usage
     
    
    Dim instance As Calendar
    Dim value As System.String
     
    instance.OnClientDisplayMonthChanged = value
     
    value = instance.OnClientDisplayMonthChanged
    public System.string OnClientDisplayMonthChanged {get; set;}
    public read-write property OnClientDisplayMonthChanged: System.String; 
    public function get,set OnClientDisplayMonthChanged : System.String
    public: __property System.string* get_OnClientDisplayMonthChanged();
    public: __property void set_OnClientDisplayMonthChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientDisplayMonthChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also