ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / OnClientShown Property






In This Topic
    OnClientShown Property
    In This Topic
    Gets or sets the client function which occurs after the Popup has been shown.
    Syntax
    'Declaration
     
    
    Public Property OnClientShown As System.String
    'Usage
     
    
    Dim instance As Popup
    Dim value As System.String
     
    instance.OnClientShown = value
     
    value = instance.OnClientShown
    public System.string OnClientShown {get; set;}
    public read-write property OnClientShown: System.String; 
    public function get,set OnClientShown : System.String
    public: __property System.string* get_OnClientShown();
    public: __property void set_OnClientShown( 
       System.string* value
    );
    public:
    property System.String^ OnClientShown {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also