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






In This Topic
    OnClientSheetVisibleChanged Property
    In This Topic
    Occurs after the visible of the sheet in the sheet collection of the FlexSheet has changed.
    Syntax
    'Declaration
     
    
    Public Property OnClientSheetVisibleChanged As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.OnClientSheetVisibleChanged = value
     
    value = instance.OnClientSheetVisibleChanged
    public System.string OnClientSheetVisibleChanged {get; set;}
    public read-write property OnClientSheetVisibleChanged: System.String; 
    public function get,set OnClientSheetVisibleChanged : System.String
    public: __property System.string* get_OnClientSheetVisibleChanged();
    public: __property void set_OnClientSheetVisibleChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientSheetVisibleChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also