[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.OnValueChanged

OnValueChanged Method

OnValueChanged(RoutedEventArgs)

Invoked when Value property is changed.

Declaration
protected virtual void OnValueChanged(RoutedEventArgs e)
Protected Overridable Sub OnValueChanged(e As RoutedEventArgs)
Parameters
Type Name Description
RoutedEventArgs e

The RoutedEventArgs instance containing the event data.

Remarks

The purpose of this method is similar to common language runtime (CLR) event pattern On* methods: It provides a mean to fire the ValueChanged routed event.