[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.OnInitialized

OnInitialized Method

OnInitialized(EventArgs)

Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Protected Overrides Sub OnInitialized(e As EventArgs)
Parameters
Type Name Description
EventArgs e

The RoutedEventArgs that contains the event data.

Overrides