ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientRowChanged Property






In This Topic
    OnClientRowChanged Property
    In This Topic
    Occurs after inserting or deleting rows.
    Syntax
    'Declaration
     
    
    Public Property OnClientRowChanged As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.OnClientRowChanged = value
     
    value = instance.OnClientRowChanged
    public System.string OnClientRowChanged {get; set;}
    public read-write property OnClientRowChanged: System.String; 
    public function get,set OnClientRowChanged : System.String
    public: __property System.string* get_OnClientRowChanged();
    public: __property void set_OnClientRowChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientRowChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also