ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / OnClientSourceCollectionChanging Property






In This Topic
    OnClientSourceCollectionChanging Property
    In This Topic
    Occurs before the sourceCollection property in client changes.
    Syntax
    'Declaration
     
    
    Property OnClientSourceCollectionChanging As System.String
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    Dim value As System.String
     
    instance.OnClientSourceCollectionChanging = value
     
    value = instance.OnClientSourceCollectionChanging
    System.string OnClientSourceCollectionChanging {get; set;}
    read-write property OnClientSourceCollectionChanging: System.String; 
    function get,set OnClientSourceCollectionChanging : System.String
    __property System.string* get_OnClientSourceCollectionChanging();
    __property void set_OnClientSourceCollectionChanging( 
       System.string* value
    );
    property System.String^ OnClientSourceCollectionChanging {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also