ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Control Class / OnClientLostFocus Property






In This Topic
    OnClientLostFocus Property
    In This Topic
    Occurs when the control loses the focus.
    Syntax
    'Declaration
     
    
    Public Property OnClientLostFocus As System.String
    'Usage
     
    
    Dim instance As Control
    Dim value As System.String
     
    instance.OnClientLostFocus = value
     
    value = instance.OnClientLostFocus
    public System.string OnClientLostFocus {get; set;}
    public read-write property OnClientLostFocus: System.String; 
    public function get,set OnClientLostFocus : System.String
    public: __property System.string* get_OnClientLostFocus();
    public: __property void set_OnClientLostFocus( 
       System.string* value
    );
    public:
    property System.String^ OnClientLostFocus {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also