ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotPanel Class / OnClientItemsSourceChanged Property






In This Topic
    OnClientItemsSourceChanged Property (PivotPanel)
    In This Topic
    Occurs after the items source changes.
    Syntax
    'Declaration
     
    
    Public Property OnClientItemsSourceChanged As System.String
    'Usage
     
    
    Dim instance As PivotPanel
    Dim value As System.String
     
    instance.OnClientItemsSourceChanged = value
     
    value = instance.OnClientItemsSourceChanged
    public System.string OnClientItemsSourceChanged {get; set;}
    public read-write property OnClientItemsSourceChanged: System.String; 
    public function get,set OnClientItemsSourceChanged : System.String
    public: __property System.string* get_OnClientItemsSourceChanged();
    public: __property void set_OnClientItemsSourceChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientItemsSourceChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also