C1.WPF.Input Namespace / C1MultiSelect Class / OnPropertyChanged Method
Event data that will contain the dependency property identifier of interest, the property metadata for the type, and old and new values.

In This Topic
OnPropertyChanged Method (C1MultiSelect)
In This Topic
Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data.
Syntax
'Declaration
 
Protected Overrides Sub OnPropertyChanged( _
   ByVal e As DependencyPropertyChangedEventArgs _
) 
 

Parameters

e
Event data that will contain the dependency property identifier of interest, the property metadata for the type, and old and new values.
See Also