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

In This Topic
    ValueChanging Event (CollectionEditor)
    In This Topic
    Fired before the value of the current property is changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanging As EventHandler(Of PropertyCommitChangesEventsArgs)
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating whether this commit will be canceled. (Inherited from C1.Silverlight.Extended.PropertyGrid.CommitChangesEventsArgs)
    Gets or sets the list of items after committing the changes. (Inherited from C1.Silverlight.Extended.PropertyGrid.CommitChangesEventsArgs)
    Gets or sets the list of items before committing the changes. (Inherited from C1.Silverlight.Extended.PropertyGrid.CommitChangesEventsArgs)
    Gets or sets the name of the property.  
    See Also