Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditor Class / OnValueChanging Method
The args.

In This Topic
    OnValueChanging Method (CollectionEditor)
    In This Topic
    Called before the bound value changes.
    Syntax
    'Declaration
     
    
    Protected Sub OnValueChanging( _
       ByVal args As CommitChangesEventsArgs _
    ) 
    protected void OnValueChanging( 
       CommitChangesEventsArgs args
    )

    Parameters

    args
    The args.
    See Also