Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditorControl Class / ValueChanging Event

In This Topic
    ValueChanging Event (CollectionEditorControl)
    In This Topic
    Fired before the bound value is changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanging As EventHandler(Of CommitChangesEventsArgs)
    public event EventHandler<CommitChangesEventsArgs> ValueChanging
    Event Data

    The event handler receives an argument of type CommitChangesEventsArgs containing data related to this event. The following CommitChangesEventsArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value indicating whether this commit will be canceled.  
    Gets or sets the list of items after committing the changes.  
    Gets or sets the list of items before committing the changes.  
    See Also